7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/datazone/DataZoneRequest.h>
9#include <aws/datazone/DataZone_EXPORTS.h>
10#include <aws/datazone/model/EnvironmentStatus.h>
43 template <
typename DomainIdentifierT = Aws::String>
45 m_domainIdentifierHasBeenSet =
true;
46 m_domainIdentifier = std::forward<DomainIdentifierT>(value);
48 template <
typename DomainIdentifierT = Aws::String>
62 template <
typename AwsAccountIdT = Aws::String>
64 m_awsAccountIdHasBeenSet =
true;
65 m_awsAccountId = std::forward<AwsAccountIdT>(value);
67 template <
typename AwsAccountIdT = Aws::String>
81 m_statusHasBeenSet =
true;
96 template <
typename AwsAccountRegionT = Aws::String>
98 m_awsAccountRegionHasBeenSet =
true;
99 m_awsAccountRegion = std::forward<AwsAccountRegionT>(value);
101 template <
typename AwsAccountRegionT = Aws::String>
114 template <
typename ProjectIdentifierT = Aws::String>
116 m_projectIdentifierHasBeenSet =
true;
117 m_projectIdentifier = std::forward<ProjectIdentifierT>(value);
119 template <
typename ProjectIdentifierT = Aws::String>
132 template <
typename EnvironmentProfileIdentifierT = Aws::String>
134 m_environmentProfileIdentifierHasBeenSet =
true;
135 m_environmentProfileIdentifier = std::forward<EnvironmentProfileIdentifierT>(value);
137 template <
typename EnvironmentProfileIdentifierT = Aws::String>
150 template <
typename EnvironmentBluepr
intIdentifierT = Aws::String>
152 m_environmentBlueprintIdentifierHasBeenSet =
true;
153 m_environmentBlueprintIdentifier = std::forward<EnvironmentBlueprintIdentifierT>(value);
155 template <
typename EnvironmentBluepr
intIdentifierT = Aws::String>
168 template <
typename Prov
iderT = Aws::String>
170 m_providerHasBeenSet =
true;
171 m_provider = std::forward<ProviderT>(value);
173 template <
typename Prov
iderT = Aws::String>
186 template <
typename NameT = Aws::String>
188 m_nameHasBeenSet =
true;
189 m_name = std::forward<NameT>(value);
191 template <
typename NameT = Aws::String>
193 SetName(std::forward<NameT>(value));
209 m_maxResultsHasBeenSet =
true;
210 m_maxResults = value;
229 template <
typename NextTokenT = Aws::String>
231 m_nextTokenHasBeenSet =
true;
232 m_nextToken = std::forward<NextTokenT>(value);
234 template <
typename NextTokenT = Aws::String>
262 bool m_domainIdentifierHasBeenSet =
false;
263 bool m_awsAccountIdHasBeenSet =
false;
264 bool m_statusHasBeenSet =
false;
265 bool m_awsAccountRegionHasBeenSet =
false;
266 bool m_projectIdentifierHasBeenSet =
false;
267 bool m_environmentProfileIdentifierHasBeenSet =
false;
268 bool m_environmentBlueprintIdentifierHasBeenSet =
false;
269 bool m_providerHasBeenSet =
false;
270 bool m_nameHasBeenSet =
false;
271 bool m_maxResultsHasBeenSet =
false;
272 bool m_nextTokenHasBeenSet =
false;
bool NextTokenHasBeenSet() const
const Aws::String & GetAwsAccountRegion() const
ListEnvironmentsRequest & WithMaxResults(int value)
void SetNextToken(NextTokenT &&value)
int GetMaxResults() const
void SetStatus(EnvironmentStatus value)
bool MaxResultsHasBeenSet() const
void SetDomainIdentifier(DomainIdentifierT &&value)
bool StatusHasBeenSet() const
ListEnvironmentsRequest & WithProjectIdentifier(ProjectIdentifierT &&value)
void SetProjectIdentifier(ProjectIdentifierT &&value)
ListEnvironmentsRequest & WithAwsAccountId(AwsAccountIdT &&value)
AWS_DATAZONE_API ListEnvironmentsRequest()=default
ListEnvironmentsRequest & WithNextToken(NextTokenT &&value)
const Aws::String & GetEnvironmentBlueprintIdentifier() const
AWS_DATAZONE_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
void SetAwsAccountId(AwsAccountIdT &&value)
bool AwsAccountRegionHasBeenSet() const
const Aws::String & GetDomainIdentifier() const
bool AwsAccountIdHasBeenSet() const
void SetProvider(ProviderT &&value)
ListEnvironmentsRequest & WithAwsAccountRegion(AwsAccountRegionT &&value)
ListEnvironmentsRequest & WithDomainIdentifier(DomainIdentifierT &&value)
bool DomainIdentifierHasBeenSet() const
const Aws::String & GetEnvironmentProfileIdentifier() const
const Aws::String & GetAwsAccountId() const
bool ProviderHasBeenSet() const
bool ProjectIdentifierHasBeenSet() const
ListEnvironmentsRequest & WithStatus(EnvironmentStatus value)
bool EnvironmentProfileIdentifierHasBeenSet() const
const Aws::String & GetProvider() const
ListEnvironmentsRequest & WithName(NameT &&value)
virtual const char * GetServiceRequestName() const override
ListEnvironmentsRequest & WithEnvironmentProfileIdentifier(EnvironmentProfileIdentifierT &&value)
ListEnvironmentsRequest & WithEnvironmentBlueprintIdentifier(EnvironmentBlueprintIdentifierT &&value)
void SetAwsAccountRegion(AwsAccountRegionT &&value)
bool EnvironmentBlueprintIdentifierHasBeenSet() const
void SetMaxResults(int value)
ListEnvironmentsRequest & WithProvider(ProviderT &&value)
const Aws::String & GetProjectIdentifier() const
AWS_DATAZONE_API Aws::String SerializePayload() const override
void SetEnvironmentBlueprintIdentifier(EnvironmentBlueprintIdentifierT &&value)
EnvironmentStatus GetStatus() const
void SetEnvironmentProfileIdentifier(EnvironmentProfileIdentifierT &&value)
bool NameHasBeenSet() const
void SetName(NameT &&value)
const Aws::String & GetName() const
const Aws::String & GetNextToken() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String