7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/elasticbeanstalk/ElasticBeanstalkRequest.h>
11#include <aws/elasticbeanstalk/ElasticBeanstalk_EXPORTS.h>
16namespace ElasticBeanstalk {
47 template <
typename ApplicationNameT = Aws::String>
49 m_applicationNameHasBeenSet =
true;
50 m_applicationName = std::forward<ApplicationNameT>(value);
52 template <
typename ApplicationNameT = Aws::String>
66 template <
typename VersionLabelT = Aws::String>
68 m_versionLabelHasBeenSet =
true;
69 m_versionLabel = std::forward<VersionLabelT>(value);
71 template <
typename VersionLabelT = Aws::String>
85 template <
typename EnvironmentIdsT = Aws::Vector<Aws::String>>
87 m_environmentIdsHasBeenSet =
true;
88 m_environmentIds = std::forward<EnvironmentIdsT>(value);
90 template <
typename EnvironmentIdsT = Aws::Vector<Aws::String>>
95 template <
typename EnvironmentIdsT = Aws::String>
97 m_environmentIdsHasBeenSet =
true;
98 m_environmentIds.emplace_back(std::forward<EnvironmentIdsT>(value));
110 template <
typename EnvironmentNamesT = Aws::Vector<Aws::String>>
112 m_environmentNamesHasBeenSet =
true;
113 m_environmentNames = std::forward<EnvironmentNamesT>(value);
115 template <
typename EnvironmentNamesT = Aws::Vector<Aws::String>>
120 template <
typename EnvironmentNamesT = Aws::String>
122 m_environmentNamesHasBeenSet =
true;
123 m_environmentNames.emplace_back(std::forward<EnvironmentNamesT>(value));
137 m_includeDeletedHasBeenSet =
true;
138 m_includeDeleted = value;
153 template <
typename IncludedDeletedBackToT = Aws::Utils::DateTime>
155 m_includedDeletedBackToHasBeenSet =
true;
156 m_includedDeletedBackTo = std::forward<IncludedDeletedBackToT>(value);
158 template <
typename IncludedDeletedBackToT = Aws::Utils::DateTime>
174 m_maxRecordsHasBeenSet =
true;
175 m_maxRecords = value;
192 template <
typename NextTokenT = Aws::String>
194 m_nextTokenHasBeenSet =
true;
195 m_nextToken = std::forward<NextTokenT>(value);
197 template <
typename NextTokenT = Aws::String>
212 bool m_includeDeleted{
false};
219 bool m_applicationNameHasBeenSet =
false;
220 bool m_versionLabelHasBeenSet =
false;
221 bool m_environmentIdsHasBeenSet =
false;
222 bool m_environmentNamesHasBeenSet =
false;
223 bool m_includeDeletedHasBeenSet =
false;
224 bool m_includedDeletedBackToHasBeenSet =
false;
225 bool m_maxRecordsHasBeenSet =
false;
226 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