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>
11#include <aws/core/utils/DateTime.h>
16namespace ElasticBeanstalk
51 template<
typename ApplicationNameT = Aws::String>
52 void SetApplicationName(ApplicationNameT&& value) { m_applicationNameHasBeenSet =
true; m_applicationName = std::forward<ApplicationNameT>(value); }
53 template<
typename ApplicationNameT = Aws::String>
64 template<
typename VersionLabelT = Aws::String>
65 void SetVersionLabel(VersionLabelT&& value) { m_versionLabelHasBeenSet =
true; m_versionLabel = std::forward<VersionLabelT>(value); }
66 template<
typename VersionLabelT = Aws::String>
77 template<
typename EnvironmentIdsT = Aws::Vector<Aws::String>>
78 void SetEnvironmentIds(EnvironmentIdsT&& value) { m_environmentIdsHasBeenSet =
true; m_environmentIds = std::forward<EnvironmentIdsT>(value); }
79 template<
typename EnvironmentIdsT = Aws::Vector<Aws::String>>
81 template<
typename EnvironmentIdsT = Aws::String>
92 template<
typename EnvironmentNamesT = Aws::Vector<Aws::String>>
93 void SetEnvironmentNames(EnvironmentNamesT&& value) { m_environmentNamesHasBeenSet =
true; m_environmentNames = std::forward<EnvironmentNamesT>(value); }
94 template<
typename EnvironmentNamesT = Aws::Vector<Aws::String>>
96 template<
typename EnvironmentNamesT = Aws::String>
108 inline void SetIncludeDeleted(
bool value) { m_includeDeletedHasBeenSet =
true; m_includeDeleted = value; }
119 template<
typename IncludedDeletedBackToT = Aws::Utils::DateTime>
120 void SetIncludedDeletedBackTo(IncludedDeletedBackToT&& value) { m_includedDeletedBackToHasBeenSet =
true; m_includedDeletedBackTo = std::forward<IncludedDeletedBackToT>(value); }
121 template<
typename IncludedDeletedBackToT = Aws::Utils::DateTime>
133 inline void SetMaxRecords(
int value) { m_maxRecordsHasBeenSet =
true; m_maxRecords = value; }
146 template<
typename NextTokenT = Aws::String>
147 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
148 template<
typename NextTokenT = Aws::String>
154 bool m_applicationNameHasBeenSet =
false;
157 bool m_versionLabelHasBeenSet =
false;
160 bool m_environmentIdsHasBeenSet =
false;
163 bool m_environmentNamesHasBeenSet =
false;
165 bool m_includeDeleted{
false};
166 bool m_includeDeletedHasBeenSet =
false;
169 bool m_includedDeletedBackToHasBeenSet =
false;
172 bool m_maxRecordsHasBeenSet =
false;
175 bool m_nextTokenHasBeenSet =
false;
DescribeEnvironmentsRequest & WithIncludedDeletedBackTo(IncludedDeletedBackToT &&value)
const Aws::Vector< Aws::String > & GetEnvironmentNames() const
bool IncludedDeletedBackToHasBeenSet() const
bool ApplicationNameHasBeenSet() const
virtual const char * GetServiceRequestName() const override
void SetApplicationName(ApplicationNameT &&value)
DescribeEnvironmentsRequest & WithIncludeDeleted(bool value)
void SetVersionLabel(VersionLabelT &&value)
DescribeEnvironmentsRequest & WithEnvironmentIds(EnvironmentIdsT &&value)
AWS_ELASTICBEANSTALK_API DescribeEnvironmentsRequest()=default
void SetMaxRecords(int value)
const Aws::String & GetVersionLabel() const
DescribeEnvironmentsRequest & WithNextToken(NextTokenT &&value)
void SetEnvironmentIds(EnvironmentIdsT &&value)
AWS_ELASTICBEANSTALK_API void DumpBodyToUrl(Aws::Http::URI &uri) const override
void SetEnvironmentNames(EnvironmentNamesT &&value)
const Aws::Utils::DateTime & GetIncludedDeletedBackTo() const
DescribeEnvironmentsRequest & WithVersionLabel(VersionLabelT &&value)
DescribeEnvironmentsRequest & WithApplicationName(ApplicationNameT &&value)
int GetMaxRecords() const
bool VersionLabelHasBeenSet() const
bool EnvironmentIdsHasBeenSet() const
DescribeEnvironmentsRequest & WithEnvironmentNames(EnvironmentNamesT &&value)
DescribeEnvironmentsRequest & AddEnvironmentNames(EnvironmentNamesT &&value)
bool NextTokenHasBeenSet() const
const Aws::String & GetNextToken() const
bool GetIncludeDeleted() const
const Aws::String & GetApplicationName() const
bool EnvironmentNamesHasBeenSet() const
bool IncludeDeletedHasBeenSet() const
void SetIncludedDeletedBackTo(IncludedDeletedBackToT &&value)
const Aws::Vector< Aws::String > & GetEnvironmentIds() const
bool MaxRecordsHasBeenSet() const
AWS_ELASTICBEANSTALK_API Aws::String SerializePayload() const override
DescribeEnvironmentsRequest & WithMaxRecords(int value)
void SetNextToken(NextTokenT &&value)
void SetIncludeDeleted(bool value)
DescribeEnvironmentsRequest & AddEnvironmentIds(EnvironmentIdsT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector