7#include <aws/core/http/HttpResponse.h>
8#include <aws/elasticbeanstalk/ElasticBeanstalk_EXPORTS.h>
9#include <aws/elasticbeanstalk/model/PlatformSummary.h>
10#include <aws/elasticbeanstalk/model/ResponseMetadata.h>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
23namespace ElasticBeanstalk {
36 template <
typename PlatformSummaryT = PlatformSummary>
38 m_platformSummaryHasBeenSet =
true;
39 m_platformSummary = std::forward<PlatformSummaryT>(value);
41 template <
typename PlatformSummaryT = PlatformSummary>
51 template <
typename ResponseMetadataT = ResponseMetadata>
53 m_responseMetadataHasBeenSet =
true;
54 m_responseMetadata = std::forward<ResponseMetadataT>(value);
56 template <
typename ResponseMetadataT = ResponseMetadata>
69 bool m_platformSummaryHasBeenSet =
false;
70 bool m_responseMetadataHasBeenSet =
false;
Aws::Utils::Xml::XmlDocument XmlDocument