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/core/utils/memory/stl/AWSVector.h>
11#include <aws/datazone/model/EnvironmentParameter.h>
44 template<
typename AwsAccountIdT = Aws::String>
45 void SetAwsAccountId(AwsAccountIdT&& value) { m_awsAccountIdHasBeenSet =
true; m_awsAccountId = std::forward<AwsAccountIdT>(value); }
46 template<
typename AwsAccountIdT = Aws::String>
57 template<
typename AwsAccountRegionT = Aws::String>
58 void SetAwsAccountRegion(AwsAccountRegionT&& value) { m_awsAccountRegionHasBeenSet =
true; m_awsAccountRegion = std::forward<AwsAccountRegionT>(value); }
59 template<
typename AwsAccountRegionT = Aws::String>
70 template<
typename DescriptionT = Aws::String>
71 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
72 template<
typename DescriptionT = Aws::String>
83 template<
typename DomainIdentifierT = Aws::String>
84 void SetDomainIdentifier(DomainIdentifierT&& value) { m_domainIdentifierHasBeenSet =
true; m_domainIdentifier = std::forward<DomainIdentifierT>(value); }
85 template<
typename DomainIdentifierT = Aws::String>
95 template<
typename IdentifierT = Aws::String>
96 void SetIdentifier(IdentifierT&& value) { m_identifierHasBeenSet =
true; m_identifier = std::forward<IdentifierT>(value); }
97 template<
typename IdentifierT = Aws::String>
108 template<
typename NameT = Aws::String>
109 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
110 template<
typename NameT = Aws::String>
121 template<
typename UserParametersT = Aws::Vector<EnvironmentParameter>>
122 void SetUserParameters(UserParametersT&& value) { m_userParametersHasBeenSet =
true; m_userParameters = std::forward<UserParametersT>(value); }
123 template<
typename UserParametersT = Aws::Vector<EnvironmentParameter>>
125 template<
typename UserParametersT = EnvironmentParameter>
131 bool m_awsAccountIdHasBeenSet =
false;
134 bool m_awsAccountRegionHasBeenSet =
false;
137 bool m_descriptionHasBeenSet =
false;
140 bool m_domainIdentifierHasBeenSet =
false;
143 bool m_identifierHasBeenSet =
false;
146 bool m_nameHasBeenSet =
false;
149 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