7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/elasticbeanstalk/ElasticBeanstalkRequest.h>
10#include <aws/elasticbeanstalk/ElasticBeanstalk_EXPORTS.h>
15namespace ElasticBeanstalk {
46 template <
typename ApplicationNameT = Aws::String>
48 m_applicationNameHasBeenSet =
true;
49 m_applicationName = std::forward<ApplicationNameT>(value);
51 template <
typename ApplicationNameT = Aws::String>
64 template <
typename VersionLabelsT = Aws::Vector<Aws::String>>
66 m_versionLabelsHasBeenSet =
true;
67 m_versionLabels = std::forward<VersionLabelsT>(value);
69 template <
typename VersionLabelsT = Aws::Vector<Aws::String>>
74 template <
typename VersionLabelsT = Aws::String>
76 m_versionLabelsHasBeenSet =
true;
77 m_versionLabels.emplace_back(std::forward<VersionLabelsT>(value));
91 m_maxRecordsHasBeenSet =
true;
109 template <
typename NextTokenT = Aws::String>
111 m_nextTokenHasBeenSet =
true;
112 m_nextToken = std::forward<NextTokenT>(value);
114 template <
typename NextTokenT = Aws::String>
128 bool m_applicationNameHasBeenSet =
false;
129 bool m_versionLabelsHasBeenSet =
false;
130 bool m_maxRecordsHasBeenSet =
false;
131 bool m_nextTokenHasBeenSet =
false;
DescribeApplicationVersionsRequest & WithVersionLabels(VersionLabelsT &&value)
DescribeApplicationVersionsRequest & WithApplicationName(ApplicationNameT &&value)
const Aws::String & GetApplicationName() const
void SetNextToken(NextTokenT &&value)
AWS_ELASTICBEANSTALK_API Aws::String SerializePayload() const override
AWS_ELASTICBEANSTALK_API DescribeApplicationVersionsRequest()=default
const Aws::String & GetNextToken() const
void SetApplicationName(ApplicationNameT &&value)
AWS_ELASTICBEANSTALK_API void DumpBodyToUrl(Aws::Http::URI &uri) const override
bool NextTokenHasBeenSet() const
bool ApplicationNameHasBeenSet() const
bool VersionLabelsHasBeenSet() const
DescribeApplicationVersionsRequest & WithMaxRecords(int value)
int GetMaxRecords() const
void SetMaxRecords(int value)
bool MaxRecordsHasBeenSet() const
virtual const char * GetServiceRequestName() const override
DescribeApplicationVersionsRequest & AddVersionLabels(VersionLabelsT &&value)
const Aws::Vector< Aws::String > & GetVersionLabels() const
DescribeApplicationVersionsRequest & WithNextToken(NextTokenT &&value)
void SetVersionLabels(VersionLabelsT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector