7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/elasticbeanstalk/ElasticBeanstalk_EXPORTS.h>
10#include <aws/elasticbeanstalk/model/EnvironmentInfoDescription.h>
11#include <aws/elasticbeanstalk/model/ResponseMetadata.h>
16template <
typename RESULT_TYPE>
17class AmazonWebServiceResult;
24namespace ElasticBeanstalk {
44 template <
typename EnvironmentInfoT = Aws::Vector<EnvironmentInfoDescription>>
46 m_environmentInfoHasBeenSet =
true;
47 m_environmentInfo = std::forward<EnvironmentInfoT>(value);
49 template <
typename EnvironmentInfoT = Aws::Vector<EnvironmentInfoDescription>>
54 template <
typename EnvironmentInfoT = EnvironmentInfoDescription>
56 m_environmentInfoHasBeenSet =
true;
57 m_environmentInfo.emplace_back(std::forward<EnvironmentInfoT>(value));
65 template <
typename ResponseMetadataT = ResponseMetadata>
67 m_responseMetadataHasBeenSet =
true;
68 m_responseMetadata = std::forward<ResponseMetadataT>(value);
70 template <
typename ResponseMetadataT = ResponseMetadata>
83 bool m_environmentInfoHasBeenSet =
false;
84 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
Aws::Http::HttpResponseCode GetHttpResponseCode() const
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