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>
51 inline void SetAwsAccountId(
const char* value) { m_awsAccountIdHasBeenSet =
true; m_awsAccountId.assign(value); }
65 inline void SetAwsAccountRegion(
const char* value) { m_awsAccountRegionHasBeenSet =
true; m_awsAccountRegion.assign(value); }
79 inline void SetDomainIdentifier(
const char* value) { m_domainIdentifierHasBeenSet =
true; m_domainIdentifier.assign(value); }
123 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
135 inline void SetName(
const char* value) { m_nameHasBeenSet =
true; m_name.assign(value); }
154 inline void SetNextToken(
const char* value) { m_nextTokenHasBeenSet =
true; m_nextToken.assign(value); }
168 inline void SetProjectIdentifier(
const char* value) { m_projectIdentifierHasBeenSet =
true; m_projectIdentifier.assign(value); }
182 inline void SetProvider(
const char* value) { m_providerHasBeenSet =
true; m_provider.assign(value); }
202 bool m_awsAccountIdHasBeenSet =
false;
205 bool m_awsAccountRegionHasBeenSet =
false;
208 bool m_domainIdentifierHasBeenSet =
false;
211 bool m_environmentBlueprintIdentifierHasBeenSet =
false;
214 bool m_environmentProfileIdentifierHasBeenSet =
false;
217 bool m_maxResultsHasBeenSet =
false;
220 bool m_nameHasBeenSet =
false;
223 bool m_nextTokenHasBeenSet =
false;
226 bool m_projectIdentifierHasBeenSet =
false;
229 bool m_providerHasBeenSet =
false;
232 bool m_statusHasBeenSet =
false;
bool NextTokenHasBeenSet() const
ListEnvironmentsRequest & WithProjectIdentifier(const Aws::String &value)
const Aws::String & GetAwsAccountRegion() const
ListEnvironmentsRequest & WithAwsAccountRegion(Aws::String &&value)
ListEnvironmentsRequest & WithMaxResults(int value)
void SetAwsAccountRegion(const Aws::String &value)
void SetNextToken(const char *value)
int GetMaxResults() const
ListEnvironmentsRequest & WithAwsAccountRegion(const Aws::String &value)
void SetProjectIdentifier(const Aws::String &value)
bool MaxResultsHasBeenSet() const
ListEnvironmentsRequest & WithStatus(const EnvironmentStatus &value)
const EnvironmentStatus & GetStatus() const
void SetAwsAccountRegion(const char *value)
void SetEnvironmentBlueprintIdentifier(const char *value)
ListEnvironmentsRequest & WithAwsAccountId(Aws::String &&value)
bool StatusHasBeenSet() const
ListEnvironmentsRequest & WithAwsAccountId(const Aws::String &value)
ListEnvironmentsRequest & WithName(Aws::String &&value)
void SetProjectIdentifier(const char *value)
ListEnvironmentsRequest & WithName(const char *value)
const Aws::String & GetEnvironmentBlueprintIdentifier() const
ListEnvironmentsRequest & WithProjectIdentifier(Aws::String &&value)
AWS_DATAZONE_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
void SetNextToken(const Aws::String &value)
void SetEnvironmentProfileIdentifier(const char *value)
void SetName(const char *value)
void SetNextToken(Aws::String &&value)
ListEnvironmentsRequest & WithStatus(EnvironmentStatus &&value)
ListEnvironmentsRequest & WithEnvironmentProfileIdentifier(const Aws::String &value)
ListEnvironmentsRequest & WithProvider(const Aws::String &value)
bool AwsAccountRegionHasBeenSet() const
ListEnvironmentsRequest & WithNextToken(const Aws::String &value)
const Aws::String & GetDomainIdentifier() const
ListEnvironmentsRequest & WithAwsAccountRegion(const char *value)
bool AwsAccountIdHasBeenSet() const
void SetDomainIdentifier(const char *value)
ListEnvironmentsRequest & WithNextToken(const char *value)
ListEnvironmentsRequest & WithAwsAccountId(const char *value)
bool DomainIdentifierHasBeenSet() const
void SetStatus(const EnvironmentStatus &value)
const Aws::String & GetEnvironmentProfileIdentifier() const
ListEnvironmentsRequest & WithProvider(Aws::String &&value)
ListEnvironmentsRequest & WithEnvironmentBlueprintIdentifier(Aws::String &&value)
const Aws::String & GetAwsAccountId() const
bool ProviderHasBeenSet() const
bool ProjectIdentifierHasBeenSet() const
void SetProvider(Aws::String &&value)
void SetAwsAccountId(const Aws::String &value)
ListEnvironmentsRequest & WithDomainIdentifier(const char *value)
ListEnvironmentsRequest & WithProvider(const char *value)
void SetEnvironmentProfileIdentifier(const Aws::String &value)
ListEnvironmentsRequest & WithName(const Aws::String &value)
void SetEnvironmentBlueprintIdentifier(const Aws::String &value)
void SetStatus(EnvironmentStatus &&value)
ListEnvironmentsRequest & WithDomainIdentifier(Aws::String &&value)
void SetAwsAccountId(const char *value)
ListEnvironmentsRequest & WithEnvironmentProfileIdentifier(Aws::String &&value)
void SetEnvironmentBlueprintIdentifier(Aws::String &&value)
bool EnvironmentProfileIdentifierHasBeenSet() const
const Aws::String & GetProvider() const
void SetName(Aws::String &&value)
void SetEnvironmentProfileIdentifier(Aws::String &&value)
ListEnvironmentsRequest & WithProjectIdentifier(const char *value)
virtual const char * GetServiceRequestName() const override
void SetDomainIdentifier(Aws::String &&value)
void SetName(const Aws::String &value)
void SetProjectIdentifier(Aws::String &&value)
void SetDomainIdentifier(const Aws::String &value)
ListEnvironmentsRequest & WithEnvironmentBlueprintIdentifier(const char *value)
void SetAwsAccountRegion(Aws::String &&value)
ListEnvironmentsRequest & WithNextToken(Aws::String &&value)
AWS_DATAZONE_API ListEnvironmentsRequest()
bool EnvironmentBlueprintIdentifierHasBeenSet() const
ListEnvironmentsRequest & WithDomainIdentifier(const Aws::String &value)
ListEnvironmentsRequest & WithEnvironmentBlueprintIdentifier(const Aws::String &value)
void SetMaxResults(int value)
void SetProvider(const Aws::String &value)
const Aws::String & GetProjectIdentifier() const
void SetProvider(const char *value)
AWS_DATAZONE_API Aws::String SerializePayload() const override
void SetAwsAccountId(Aws::String &&value)
bool NameHasBeenSet() const
const Aws::String & GetName() const
const Aws::String & GetNextToken() const
ListEnvironmentsRequest & WithEnvironmentProfileIdentifier(const char *value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String