7#include <aws/elasticbeanstalk/ElasticBeanstalk_EXPORTS.h>
8#include <aws/elasticbeanstalk/model/PlatformDescription.h>
9#include <aws/elasticbeanstalk/model/ResponseMetadata.h>
14template<
typename RESULT_TYPE>
15class AmazonWebServiceResult;
24namespace ElasticBeanstalk
41 template<
typename PlatformDescriptionT = PlatformDescription>
42 void SetPlatformDescription(PlatformDescriptionT&& value) { m_platformDescriptionHasBeenSet =
true; m_platformDescription = std::forward<PlatformDescriptionT>(value); }
43 template<
typename PlatformDescriptionT = PlatformDescription>
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_platformDescriptionHasBeenSet =
false;
61 bool m_responseMetadataHasBeenSet =
false;
Aws::Utils::Xml::XmlDocument XmlDocument