7#include <aws/datazone/DataZone_EXPORTS.h>
8#include <aws/datazone/DataZoneRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/datazone/model/EnvironmentStatus.h>
49 template<
typename AwsAccountIdT = Aws::String>
50 void SetAwsAccountId(AwsAccountIdT&& value) { m_awsAccountIdHasBeenSet =
true; m_awsAccountId = std::forward<AwsAccountIdT>(value); }
51 template<
typename AwsAccountIdT = Aws::String>
61 template<
typename AwsAccountRegionT = Aws::String>
62 void SetAwsAccountRegion(AwsAccountRegionT&& value) { m_awsAccountRegionHasBeenSet =
true; m_awsAccountRegion = std::forward<AwsAccountRegionT>(value); }
63 template<
typename AwsAccountRegionT = Aws::String>
73 template<
typename DomainIdentifierT = Aws::String>
74 void SetDomainIdentifier(DomainIdentifierT&& value) { m_domainIdentifierHasBeenSet =
true; m_domainIdentifier = std::forward<DomainIdentifierT>(value); }
75 template<
typename DomainIdentifierT = Aws::String>
85 template<
typename EnvironmentBluepr
intIdentifierT = Aws::String>
86 void SetEnvironmentBlueprintIdentifier(EnvironmentBlueprintIdentifierT&& value) { m_environmentBlueprintIdentifierHasBeenSet =
true; m_environmentBlueprintIdentifier = std::forward<EnvironmentBlueprintIdentifierT>(value); }
87 template<
typename EnvironmentBluepr
intIdentifierT = Aws::String>
97 template<
typename EnvironmentProfileIdentifierT = Aws::String>
98 void SetEnvironmentProfileIdentifier(EnvironmentProfileIdentifierT&& value) { m_environmentProfileIdentifierHasBeenSet =
true; m_environmentProfileIdentifier = std::forward<EnvironmentProfileIdentifierT>(value); }
99 template<
typename EnvironmentProfileIdentifierT = Aws::String>
113 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
123 template<
typename NameT = Aws::String>
124 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
125 template<
typename NameT = Aws::String>
140 template<
typename NextTokenT = Aws::String>
141 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
142 template<
typename NextTokenT = Aws::String>
152 template<
typename ProjectIdentifierT = Aws::String>
153 void SetProjectIdentifier(ProjectIdentifierT&& value) { m_projectIdentifierHasBeenSet =
true; m_projectIdentifier = std::forward<ProjectIdentifierT>(value); }
154 template<
typename ProjectIdentifierT = Aws::String>
164 template<
typename Prov
iderT = Aws::String>
165 void SetProvider(ProviderT&& value) { m_providerHasBeenSet =
true; m_provider = std::forward<ProviderT>(value); }
166 template<
typename Prov
iderT = Aws::String>
182 bool m_awsAccountIdHasBeenSet =
false;
185 bool m_awsAccountRegionHasBeenSet =
false;
188 bool m_domainIdentifierHasBeenSet =
false;
191 bool m_environmentBlueprintIdentifierHasBeenSet =
false;
194 bool m_environmentProfileIdentifierHasBeenSet =
false;
197 bool m_maxResultsHasBeenSet =
false;
200 bool m_nameHasBeenSet =
false;
203 bool m_nextTokenHasBeenSet =
false;
206 bool m_projectIdentifierHasBeenSet =
false;
209 bool m_providerHasBeenSet =
false;
212 bool m_statusHasBeenSet =
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