7#include <aws/elasticbeanstalk/ElasticBeanstalk_EXPORTS.h>
8#include <aws/elasticbeanstalk/model/PlatformSummary.h>
9#include <aws/elasticbeanstalk/model/ResponseMetadata.h>
14template<
typename RESULT_TYPE>
15class AmazonWebServiceResult;
24namespace ElasticBeanstalk
41 template<
typename PlatformSummaryT = PlatformSummary>
42 void SetPlatformSummary(PlatformSummaryT&& value) { m_platformSummaryHasBeenSet =
true; m_platformSummary = std::forward<PlatformSummaryT>(value); }
43 template<
typename PlatformSummaryT = PlatformSummary>
50 template<
typename ResponseMetadataT = ResponseMetadata>
51 void SetResponseMetadata(ResponseMetadataT&& value) { m_responseMetadataHasBeenSet =
true; m_responseMetadata = std::forward<ResponseMetadataT>(value); }
52 template<
typename ResponseMetadataT = ResponseMetadata>
58 bool m_platformSummaryHasBeenSet =
false;
61 bool m_responseMetadataHasBeenSet =
false;
Aws::Utils::Xml::XmlDocument XmlDocument