7#include <aws/datazone/DataZone_EXPORTS.h>
8#include <aws/datazone/DataZoneRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
48 template<
typename AwsAccountIdT = Aws::String>
49 void SetAwsAccountId(AwsAccountIdT&& value) { m_awsAccountIdHasBeenSet =
true; m_awsAccountId = std::forward<AwsAccountIdT>(value); }
50 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>
86 template<
typename EnvironmentBluepr
intIdentifierT = Aws::String>
87 void SetEnvironmentBlueprintIdentifier(EnvironmentBlueprintIdentifierT&& value) { m_environmentBlueprintIdentifierHasBeenSet =
true; m_environmentBlueprintIdentifier = std::forward<EnvironmentBlueprintIdentifierT>(value); }
88 template<
typename EnvironmentBluepr
intIdentifierT = Aws::String>
103 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
113 template<
typename NameT = Aws::String>
114 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
115 template<
typename NameT = Aws::String>
131 template<
typename NextTokenT = Aws::String>
132 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
133 template<
typename NextTokenT = Aws::String>
143 template<
typename ProjectIdentifierT = Aws::String>
144 void SetProjectIdentifier(ProjectIdentifierT&& value) { m_projectIdentifierHasBeenSet =
true; m_projectIdentifier = std::forward<ProjectIdentifierT>(value); }
145 template<
typename ProjectIdentifierT = Aws::String>
151 bool m_awsAccountIdHasBeenSet =
false;
154 bool m_awsAccountRegionHasBeenSet =
false;
157 bool m_domainIdentifierHasBeenSet =
false;
160 bool m_environmentBlueprintIdentifierHasBeenSet =
false;
163 bool m_maxResultsHasBeenSet =
false;
166 bool m_nameHasBeenSet =
false;
169 bool m_nextTokenHasBeenSet =
false;
172 bool m_projectIdentifierHasBeenSet =
false;
const Aws::String & GetAwsAccountId() const
const Aws::String & GetAwsAccountRegion() const
const Aws::String & GetName() const
bool NameHasBeenSet() const
ListEnvironmentProfilesRequest & WithAwsAccountRegion(AwsAccountRegionT &&value)
void SetNextToken(NextTokenT &&value)
bool AwsAccountIdHasBeenSet() const
ListEnvironmentProfilesRequest & WithAwsAccountId(AwsAccountIdT &&value)
const Aws::String & GetEnvironmentBlueprintIdentifier() const
ListEnvironmentProfilesRequest & WithEnvironmentBlueprintIdentifier(EnvironmentBlueprintIdentifierT &&value)
ListEnvironmentProfilesRequest & WithProjectIdentifier(ProjectIdentifierT &&value)
int GetMaxResults() const
const Aws::String & GetDomainIdentifier() const
ListEnvironmentProfilesRequest & WithMaxResults(int value)
AWS_DATAZONE_API ListEnvironmentProfilesRequest()=default
bool MaxResultsHasBeenSet() const
AWS_DATAZONE_API Aws::String SerializePayload() const override
void SetName(NameT &&value)
bool AwsAccountRegionHasBeenSet() const
const Aws::String & GetNextToken() const
AWS_DATAZONE_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
const Aws::String & GetProjectIdentifier() const
void SetEnvironmentBlueprintIdentifier(EnvironmentBlueprintIdentifierT &&value)
void SetAwsAccountId(AwsAccountIdT &&value)
bool NextTokenHasBeenSet() const
ListEnvironmentProfilesRequest & WithDomainIdentifier(DomainIdentifierT &&value)
bool DomainIdentifierHasBeenSet() const
bool EnvironmentBlueprintIdentifierHasBeenSet() const
void SetAwsAccountRegion(AwsAccountRegionT &&value)
ListEnvironmentProfilesRequest & WithName(NameT &&value)
bool ProjectIdentifierHasBeenSet() const
void SetDomainIdentifier(DomainIdentifierT &&value)
ListEnvironmentProfilesRequest & WithNextToken(NextTokenT &&value)
void SetProjectIdentifier(ProjectIdentifierT &&value)
virtual const char * GetServiceRequestName() const override
void SetMaxResults(int value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String