7#include <aws/elasticbeanstalk/ElasticBeanstalk_EXPORTS.h>
8#include <aws/elasticbeanstalk/model/Builder.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>
53 template <
typename BuilderT = Builder>
55 m_builderHasBeenSet =
true;
56 m_builder = std::forward<BuilderT>(value);
58 template <
typename BuilderT = Builder>
68 template <
typename ResponseMetadataT = ResponseMetadata>
70 m_responseMetadataHasBeenSet =
true;
71 m_responseMetadata = std::forward<ResponseMetadataT>(value);
73 template <
typename ResponseMetadataT = ResponseMetadata>
85 bool m_platformSummaryHasBeenSet =
false;
86 bool m_builderHasBeenSet =
false;
87 bool m_responseMetadataHasBeenSet =
false;
Aws::Utils::Xml::XmlDocument XmlDocument