7#include <aws/elasticbeanstalk/ElasticBeanstalk_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/elasticbeanstalk/model/ResponseMetadata.h>
11#include <aws/elasticbeanstalk/model/EnvironmentDescription.h>
16template<
typename RESULT_TYPE>
17class AmazonWebServiceResult;
26namespace ElasticBeanstalk
49 template<
typename EnvironmentsT = Aws::Vector<EnvironmentDescription>>
50 void SetEnvironments(EnvironmentsT&& value) { m_environmentsHasBeenSet =
true; m_environments = std::forward<EnvironmentsT>(value); }
51 template<
typename EnvironmentsT = Aws::Vector<EnvironmentDescription>>
53 template<
typename EnvironmentsT = EnvironmentDescription>
63 template<
typename NextTokenT = Aws::String>
64 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
65 template<
typename NextTokenT = Aws::String>
72 template<
typename ResponseMetadataT = ResponseMetadata>
73 void SetResponseMetadata(ResponseMetadataT&& value) { m_responseMetadataHasBeenSet =
true; m_responseMetadata = std::forward<ResponseMetadataT>(value); }
74 template<
typename ResponseMetadataT = ResponseMetadata>
80 bool m_environmentsHasBeenSet =
false;
83 bool m_nextTokenHasBeenSet =
false;
86 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
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