7#include <aws/elasticbeanstalk/ElasticBeanstalk_EXPORTS.h>
8#include <aws/elasticbeanstalk/ElasticBeanstalkRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
15namespace ElasticBeanstalk
50 template<
typename ApplicationNameT = Aws::String>
51 void SetApplicationName(ApplicationNameT&& value) { m_applicationNameHasBeenSet =
true; m_applicationName = std::forward<ApplicationNameT>(value); }
52 template<
typename ApplicationNameT = Aws::String>
62 template<
typename VersionLabelsT = Aws::Vector<Aws::String>>
63 void SetVersionLabels(VersionLabelsT&& value) { m_versionLabelsHasBeenSet =
true; m_versionLabels = std::forward<VersionLabelsT>(value); }
64 template<
typename VersionLabelsT = Aws::Vector<Aws::String>>
66 template<
typename VersionLabelsT = Aws::String>
78 inline void SetMaxRecords(
int value) { m_maxRecordsHasBeenSet =
true; m_maxRecords = value; }
91 template<
typename NextTokenT = Aws::String>
92 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
93 template<
typename NextTokenT = Aws::String>
99 bool m_applicationNameHasBeenSet =
false;
102 bool m_versionLabelsHasBeenSet =
false;
105 bool m_maxRecordsHasBeenSet =
false;
108 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