7#include <aws/core/http/HttpResponse.h>
8#include <aws/elasticbeanstalk/ElasticBeanstalk_EXPORTS.h>
9#include <aws/elasticbeanstalk/model/PlatformDescription.h>
10#include <aws/elasticbeanstalk/model/ResponseMetadata.h>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
23namespace ElasticBeanstalk {
37 template <
typename PlatformDescriptionT = PlatformDescription>
39 m_platformDescriptionHasBeenSet =
true;
40 m_platformDescription = std::forward<PlatformDescriptionT>(value);
42 template <
typename PlatformDescriptionT = PlatformDescription>
52 template <
typename ResponseMetadataT = ResponseMetadata>
54 m_responseMetadataHasBeenSet =
true;
55 m_responseMetadata = std::forward<ResponseMetadataT>(value);
57 template <
typename ResponseMetadataT = ResponseMetadata>
70 bool m_platformDescriptionHasBeenSet =
false;
71 bool m_responseMetadataHasBeenSet =
false;
Aws::Utils::Xml::XmlDocument XmlDocument