7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/elasticbeanstalk/ElasticBeanstalk_EXPORTS.h>
10#include <aws/elasticbeanstalk/model/EnvironmentDescription.h>
11#include <aws/elasticbeanstalk/model/ResponseMetadata.h>
16template <
typename RESULT_TYPE>
17class AmazonWebServiceResult;
24namespace ElasticBeanstalk {
43 template <
typename EnvironmentsT = Aws::Vector<EnvironmentDescription>>
45 m_environmentsHasBeenSet =
true;
46 m_environments = std::forward<EnvironmentsT>(value);
48 template <
typename EnvironmentsT = Aws::Vector<EnvironmentDescription>>
53 template <
typename EnvironmentsT = EnvironmentDescription>
55 m_environmentsHasBeenSet =
true;
56 m_environments.emplace_back(std::forward<EnvironmentsT>(value));
67 template <
typename NextTokenT = Aws::String>
69 m_nextTokenHasBeenSet =
true;
70 m_nextToken = std::forward<NextTokenT>(value);
72 template <
typename NextTokenT = Aws::String>
82 template <
typename ResponseMetadataT = ResponseMetadata>
84 m_responseMetadataHasBeenSet =
true;
85 m_responseMetadata = std::forward<ResponseMetadataT>(value);
87 template <
typename ResponseMetadataT = ResponseMetadata>
99 bool m_environmentsHasBeenSet =
false;
100 bool m_nextTokenHasBeenSet =
false;
101 bool m_responseMetadataHasBeenSet =
false;
const ResponseMetadata & GetResponseMetadata() const
void SetEnvironments(EnvironmentsT &&value)
ComposeEnvironmentsResult & AddEnvironments(EnvironmentsT &&value)
const Aws::Vector< EnvironmentDescription > & GetEnvironments() const
ComposeEnvironmentsResult & WithResponseMetadata(ResponseMetadataT &&value)
ComposeEnvironmentsResult & WithEnvironments(EnvironmentsT &&value)
AWS_ELASTICBEANSTALK_API ComposeEnvironmentsResult(const Aws::AmazonWebServiceResult< Aws::Utils::Xml::XmlDocument > &result)
void SetNextToken(NextTokenT &&value)
ComposeEnvironmentsResult & WithNextToken(NextTokenT &&value)
const Aws::String & GetNextToken() const
void SetResponseMetadata(ResponseMetadataT &&value)
AWS_ELASTICBEANSTALK_API ComposeEnvironmentsResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Xml::XmlDocument > &result)
AWS_ELASTICBEANSTALK_API ComposeEnvironmentsResult()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Xml::XmlDocument XmlDocument