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/ApplicationVersionDescription.h>
12#include <aws/elasticbeanstalk/model/ResponseMetadata.h>
17template <
typename RESULT_TYPE>
18class AmazonWebServiceResult;
25namespace ElasticBeanstalk {
46 template <
typename ApplicationVersionsT = Aws::Vector<ApplicationVersionDescription>>
48 m_applicationVersionsHasBeenSet =
true;
49 m_applicationVersions = std::forward<ApplicationVersionsT>(value);
51 template <
typename ApplicationVersionsT = Aws::Vector<ApplicationVersionDescription>>
56 template <
typename ApplicationVersionsT = ApplicationVersionDescription>
58 m_applicationVersionsHasBeenSet =
true;
59 m_applicationVersions.emplace_back(std::forward<ApplicationVersionsT>(value));
70 template <
typename NextTokenT = Aws::String>
72 m_nextTokenHasBeenSet =
true;
73 m_nextToken = std::forward<NextTokenT>(value);
75 template <
typename NextTokenT = Aws::String>
85 template <
typename ResponseMetadataT = ResponseMetadata>
87 m_responseMetadataHasBeenSet =
true;
88 m_responseMetadata = std::forward<ResponseMetadataT>(value);
90 template <
typename ResponseMetadataT = ResponseMetadata>
105 bool m_applicationVersionsHasBeenSet =
false;
106 bool m_nextTokenHasBeenSet =
false;
107 bool m_responseMetadataHasBeenSet =
false;
void SetApplicationVersions(ApplicationVersionsT &&value)
DescribeApplicationVersionsResult & WithApplicationVersions(ApplicationVersionsT &&value)
void SetNextToken(NextTokenT &&value)
DescribeApplicationVersionsResult & WithResponseMetadata(ResponseMetadataT &&value)
DescribeApplicationVersionsResult & WithNextToken(NextTokenT &&value)
const ResponseMetadata & GetResponseMetadata() const
AWS_ELASTICBEANSTALK_API DescribeApplicationVersionsResult(const Aws::AmazonWebServiceResult< Aws::Utils::Xml::XmlDocument > &result)
const Aws::Vector< ApplicationVersionDescription > & GetApplicationVersions() const
DescribeApplicationVersionsResult & AddApplicationVersions(ApplicationVersionsT &&value)
AWS_ELASTICBEANSTALK_API DescribeApplicationVersionsResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Xml::XmlDocument > &result)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
const Aws::String & GetNextToken() const
void SetResponseMetadata(ResponseMetadataT &&value)
AWS_ELASTICBEANSTALK_API DescribeApplicationVersionsResult()=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