7#include <aws/core/utils/memory/stl/AWSVector.h>
8#include <aws/elasticbeanstalk/ElasticBeanstalk_EXPORTS.h>
9#include <aws/elasticbeanstalk/model/EnvironmentInfoDescription.h>
10#include <aws/elasticbeanstalk/model/ResponseMetadata.h>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
23namespace ElasticBeanstalk {
43 template <
typename EnvironmentInfoT = Aws::Vector<EnvironmentInfoDescription>>
45 m_environmentInfoHasBeenSet =
true;
46 m_environmentInfo = std::forward<EnvironmentInfoT>(value);
48 template <
typename EnvironmentInfoT = Aws::Vector<EnvironmentInfoDescription>>
53 template <
typename EnvironmentInfoT = EnvironmentInfoDescription>
55 m_environmentInfoHasBeenSet =
true;
56 m_environmentInfo.emplace_back(std::forward<EnvironmentInfoT>(value));
64 template <
typename ResponseMetadataT = ResponseMetadata>
66 m_responseMetadataHasBeenSet =
true;
67 m_responseMetadata = std::forward<ResponseMetadataT>(value);
69 template <
typename ResponseMetadataT = ResponseMetadata>
79 bool m_environmentInfoHasBeenSet =
false;
80 bool m_responseMetadataHasBeenSet =
false;
AWS_ELASTICBEANSTALK_API RetrieveEnvironmentInfoResult(const Aws::AmazonWebServiceResult< Aws::Utils::Xml::XmlDocument > &result)
RetrieveEnvironmentInfoResult & WithEnvironmentInfo(EnvironmentInfoT &&value)
AWS_ELASTICBEANSTALK_API RetrieveEnvironmentInfoResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Xml::XmlDocument > &result)
AWS_ELASTICBEANSTALK_API RetrieveEnvironmentInfoResult()=default
RetrieveEnvironmentInfoResult & AddEnvironmentInfo(EnvironmentInfoT &&value)
void SetResponseMetadata(ResponseMetadataT &&value)
const Aws::Vector< EnvironmentInfoDescription > & GetEnvironmentInfo() const
void SetEnvironmentInfo(EnvironmentInfoT &&value)
const ResponseMetadata & GetResponseMetadata() const
RetrieveEnvironmentInfoResult & WithResponseMetadata(ResponseMetadataT &&value)
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Xml::XmlDocument XmlDocument