7#include <aws/datazone/DataZone_EXPORTS.h>
8#include <aws/datazone/DataZoneRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
50 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); }
111 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
123 inline void SetName(
const char* value) { m_nameHasBeenSet =
true; m_name.assign(value); }
143 inline void SetNextToken(
const char* value) { m_nextTokenHasBeenSet =
true; m_nextToken.assign(value); }
157 inline void SetProjectIdentifier(
const char* value) { m_projectIdentifierHasBeenSet =
true; m_projectIdentifier.assign(value); }
165 bool m_awsAccountIdHasBeenSet =
false;
168 bool m_awsAccountRegionHasBeenSet =
false;
171 bool m_domainIdentifierHasBeenSet =
false;
174 bool m_environmentBlueprintIdentifierHasBeenSet =
false;
177 bool m_maxResultsHasBeenSet =
false;
180 bool m_nameHasBeenSet =
false;
183 bool m_nextTokenHasBeenSet =
false;
186 bool m_projectIdentifierHasBeenSet =
false;
const Aws::String & GetAwsAccountId() const
const Aws::String & GetAwsAccountRegion() const
ListEnvironmentProfilesRequest & WithAwsAccountId(const char *value)
const Aws::String & GetName() const
ListEnvironmentProfilesRequest & WithProjectIdentifier(const Aws::String &value)
void SetName(Aws::String &&value)
void SetDomainIdentifier(const Aws::String &value)
void SetDomainIdentifier(Aws::String &&value)
ListEnvironmentProfilesRequest & WithNextToken(Aws::String &&value)
bool NameHasBeenSet() const
void SetAwsAccountId(const char *value)
void SetAwsAccountId(Aws::String &&value)
void SetAwsAccountRegion(const Aws::String &value)
void SetEnvironmentBlueprintIdentifier(const char *value)
bool AwsAccountIdHasBeenSet() const
ListEnvironmentProfilesRequest & WithDomainIdentifier(Aws::String &&value)
void SetAwsAccountId(const Aws::String &value)
ListEnvironmentProfilesRequest & WithEnvironmentBlueprintIdentifier(const char *value)
ListEnvironmentProfilesRequest & WithName(const Aws::String &value)
ListEnvironmentProfilesRequest & WithEnvironmentBlueprintIdentifier(Aws::String &&value)
const Aws::String & GetEnvironmentBlueprintIdentifier() const
ListEnvironmentProfilesRequest & WithEnvironmentBlueprintIdentifier(const Aws::String &value)
void SetProjectIdentifier(const Aws::String &value)
int GetMaxResults() const
const Aws::String & GetDomainIdentifier() const
ListEnvironmentProfilesRequest & WithMaxResults(int value)
ListEnvironmentProfilesRequest & WithAwsAccountRegion(Aws::String &&value)
bool MaxResultsHasBeenSet() const
ListEnvironmentProfilesRequest & WithAwsAccountId(const Aws::String &value)
AWS_DATAZONE_API Aws::String SerializePayload() const override
void SetEnvironmentBlueprintIdentifier(const Aws::String &value)
void SetAwsAccountRegion(Aws::String &&value)
ListEnvironmentProfilesRequest & WithDomainIdentifier(const Aws::String &value)
bool AwsAccountRegionHasBeenSet() const
const Aws::String & GetNextToken() const
AWS_DATAZONE_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
ListEnvironmentProfilesRequest & WithProjectIdentifier(Aws::String &&value)
void SetAwsAccountRegion(const char *value)
const Aws::String & GetProjectIdentifier() const
void SetProjectIdentifier(const char *value)
ListEnvironmentProfilesRequest & WithDomainIdentifier(const char *value)
void SetEnvironmentBlueprintIdentifier(Aws::String &&value)
ListEnvironmentProfilesRequest & WithName(Aws::String &&value)
ListEnvironmentProfilesRequest & WithProjectIdentifier(const char *value)
ListEnvironmentProfilesRequest & WithAwsAccountId(Aws::String &&value)
ListEnvironmentProfilesRequest & WithName(const char *value)
AWS_DATAZONE_API ListEnvironmentProfilesRequest()
ListEnvironmentProfilesRequest & WithAwsAccountRegion(const Aws::String &value)
void SetName(const char *value)
ListEnvironmentProfilesRequest & WithNextToken(const Aws::String &value)
void SetNextToken(const Aws::String &value)
bool NextTokenHasBeenSet() const
void SetNextToken(Aws::String &&value)
void SetDomainIdentifier(const char *value)
ListEnvironmentProfilesRequest & WithAwsAccountRegion(const char *value)
bool DomainIdentifierHasBeenSet() const
bool EnvironmentBlueprintIdentifierHasBeenSet() const
void SetNextToken(const char *value)
void SetName(const Aws::String &value)
bool ProjectIdentifierHasBeenSet() const
void SetProjectIdentifier(Aws::String &&value)
virtual const char * GetServiceRequestName() const override
void SetMaxResults(int value)
ListEnvironmentProfilesRequest & WithNextToken(const char *value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String