7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/elasticbeanstalk/ElasticBeanstalk_EXPORTS.h>
11#include <aws/elasticbeanstalk/model/EnvironmentDescription.h>
12#include <aws/elasticbeanstalk/model/ResponseMetadata.h>
17template <
typename RESULT_TYPE>
18class AmazonWebServiceResult;
25namespace ElasticBeanstalk {
44 template <
typename EnvironmentsT = Aws::Vector<EnvironmentDescription>>
46 m_environmentsHasBeenSet =
true;
47 m_environments = std::forward<EnvironmentsT>(value);
49 template <
typename EnvironmentsT = Aws::Vector<EnvironmentDescription>>
54 template <
typename EnvironmentsT = EnvironmentDescription>
56 m_environmentsHasBeenSet =
true;
57 m_environments.emplace_back(std::forward<EnvironmentsT>(value));
68 template <
typename NextTokenT = Aws::String>
70 m_nextTokenHasBeenSet =
true;
71 m_nextToken = std::forward<NextTokenT>(value);
73 template <
typename NextTokenT = Aws::String>
83 template <
typename ResponseMetadataT = ResponseMetadata>
85 m_responseMetadataHasBeenSet =
true;
86 m_responseMetadata = std::forward<ResponseMetadataT>(value);
88 template <
typename ResponseMetadataT = ResponseMetadata>
103 bool m_environmentsHasBeenSet =
false;
104 bool m_nextTokenHasBeenSet =
false;
105 bool m_responseMetadataHasBeenSet =
false;
const Aws::String & GetNextToken() const
DescribeEnvironmentsResult & WithNextToken(NextTokenT &&value)
DescribeEnvironmentsResult & WithResponseMetadata(ResponseMetadataT &&value)
void SetEnvironments(EnvironmentsT &&value)
AWS_ELASTICBEANSTALK_API DescribeEnvironmentsResult()=default
void SetResponseMetadata(ResponseMetadataT &&value)
DescribeEnvironmentsResult & AddEnvironments(EnvironmentsT &&value)
AWS_ELASTICBEANSTALK_API DescribeEnvironmentsResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Xml::XmlDocument > &result)
DescribeEnvironmentsResult & WithEnvironments(EnvironmentsT &&value)
const ResponseMetadata & GetResponseMetadata() const
Aws::Http::HttpResponseCode GetHttpResponseCode() const
const Aws::Vector< EnvironmentDescription > & GetEnvironments() const
void SetNextToken(NextTokenT &&value)
AWS_ELASTICBEANSTALK_API DescribeEnvironmentsResult(const Aws::AmazonWebServiceResult< Aws::Utils::Xml::XmlDocument > &result)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Xml::XmlDocument XmlDocument