7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/datazone/DataZoneRequest.h>
10#include <aws/datazone/DataZone_EXPORTS.h>
11#include <aws/datazone/model/EnvironmentParameter.h>
40 template <
typename AwsAccountIdT = Aws::String>
42 m_awsAccountIdHasBeenSet =
true;
43 m_awsAccountId = std::forward<AwsAccountIdT>(value);
45 template <
typename AwsAccountIdT = Aws::String>
59 template <
typename AwsAccountRegionT = Aws::String>
61 m_awsAccountRegionHasBeenSet =
true;
62 m_awsAccountRegion = std::forward<AwsAccountRegionT>(value);
64 template <
typename AwsAccountRegionT = Aws::String>
78 template <
typename DescriptionT = Aws::String>
80 m_descriptionHasBeenSet =
true;
81 m_description = std::forward<DescriptionT>(value);
83 template <
typename DescriptionT = Aws::String>
97 template <
typename DomainIdentifierT = Aws::String>
99 m_domainIdentifierHasBeenSet =
true;
100 m_domainIdentifier = std::forward<DomainIdentifierT>(value);
102 template <
typename DomainIdentifierT = Aws::String>
115 template <
typename IdentifierT = Aws::String>
117 m_identifierHasBeenSet =
true;
118 m_identifier = std::forward<IdentifierT>(value);
120 template <
typename IdentifierT = Aws::String>
134 template <
typename NameT = Aws::String>
136 m_nameHasBeenSet =
true;
137 m_name = std::forward<NameT>(value);
139 template <
typename NameT = Aws::String>
141 SetName(std::forward<NameT>(value));
153 template <
typename UserParametersT = Aws::Vector<EnvironmentParameter>>
155 m_userParametersHasBeenSet =
true;
156 m_userParameters = std::forward<UserParametersT>(value);
158 template <
typename UserParametersT = Aws::Vector<EnvironmentParameter>>
163 template <
typename UserParametersT = EnvironmentParameter>
165 m_userParametersHasBeenSet =
true;
166 m_userParameters.emplace_back(std::forward<UserParametersT>(value));
172 bool m_awsAccountIdHasBeenSet =
false;
175 bool m_awsAccountRegionHasBeenSet =
false;
178 bool m_descriptionHasBeenSet =
false;
181 bool m_domainIdentifierHasBeenSet =
false;
184 bool m_identifierHasBeenSet =
false;
187 bool m_nameHasBeenSet =
false;
190 bool m_userParametersHasBeenSet =
false;
bool IdentifierHasBeenSet() const
UpdateEnvironmentProfileRequest & WithUserParameters(UserParametersT &&value)
const Aws::String & GetAwsAccountRegion() const
UpdateEnvironmentProfileRequest & WithAwsAccountRegion(AwsAccountRegionT &&value)
const Aws::Vector< EnvironmentParameter > & GetUserParameters() const
bool AwsAccountRegionHasBeenSet() const
bool UserParametersHasBeenSet() const
void SetAwsAccountRegion(AwsAccountRegionT &&value)
void SetIdentifier(IdentifierT &&value)
void SetDomainIdentifier(DomainIdentifierT &&value)
virtual const char * GetServiceRequestName() const override
UpdateEnvironmentProfileRequest & WithAwsAccountId(AwsAccountIdT &&value)
UpdateEnvironmentProfileRequest & WithDescription(DescriptionT &&value)
bool AwsAccountIdHasBeenSet() const
const Aws::String & GetDomainIdentifier() const
bool DescriptionHasBeenSet() const
const Aws::String & GetName() const
void SetDescription(DescriptionT &&value)
bool DomainIdentifierHasBeenSet() const
const Aws::String & GetAwsAccountId() const
AWS_DATAZONE_API Aws::String SerializePayload() const override
UpdateEnvironmentProfileRequest & AddUserParameters(UserParametersT &&value)
const Aws::String & GetDescription() const
void SetName(NameT &&value)
UpdateEnvironmentProfileRequest & WithIdentifier(IdentifierT &&value)
void SetAwsAccountId(AwsAccountIdT &&value)
UpdateEnvironmentProfileRequest & WithName(NameT &&value)
bool NameHasBeenSet() const
void SetUserParameters(UserParametersT &&value)
AWS_DATAZONE_API UpdateEnvironmentProfileRequest()=default
const Aws::String & GetIdentifier() const
UpdateEnvironmentProfileRequest & WithDomainIdentifier(DomainIdentifierT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector