7#include <aws/elasticbeanstalk/ElasticBeanstalk_EXPORTS.h>
8#include <aws/elasticbeanstalk/model/PlatformSummary.h>
9#include <aws/elasticbeanstalk/model/Builder.h>
10#include <aws/elasticbeanstalk/model/ResponseMetadata.h>
15template<
typename RESULT_TYPE>
16class AmazonWebServiceResult;
25namespace ElasticBeanstalk
42 template<
typename PlatformSummaryT = PlatformSummary>
43 void SetPlatformSummary(PlatformSummaryT&& value) { m_platformSummaryHasBeenSet =
true; m_platformSummary = std::forward<PlatformSummaryT>(value); }
44 template<
typename PlatformSummaryT = PlatformSummary>
53 template<
typename BuilderT = Builder>
54 void SetBuilder(BuilderT&& value) { m_builderHasBeenSet =
true; m_builder = std::forward<BuilderT>(value); }
55 template<
typename BuilderT = Builder>
62 template<
typename ResponseMetadataT = ResponseMetadata>
63 void SetResponseMetadata(ResponseMetadataT&& value) { m_responseMetadataHasBeenSet =
true; m_responseMetadata = std::forward<ResponseMetadataT>(value); }
64 template<
typename ResponseMetadataT = ResponseMetadata>
70 bool m_platformSummaryHasBeenSet =
false;
73 bool m_builderHasBeenSet =
false;
76 bool m_responseMetadataHasBeenSet =
false;
Aws::Utils::Xml::XmlDocument XmlDocument