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/EnvironmentDeploymentDetails.h>
11#include <aws/core/utils/memory/stl/AWSVector.h>
12#include <aws/datazone/model/EnvironmentConfigurationUserParameter.h>
45 template<
typename DescriptionT = Aws::String>
46 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
47 template<
typename DescriptionT = Aws::String>
57 template<
typename DomainIdentifierT = Aws::String>
58 void SetDomainIdentifier(DomainIdentifierT&& value) { m_domainIdentifierHasBeenSet =
true; m_domainIdentifier = std::forward<DomainIdentifierT>(value); }
59 template<
typename DomainIdentifierT = Aws::String>
69 template<
typename DomainUnitIdT = Aws::String>
70 void SetDomainUnitId(DomainUnitIdT&& value) { m_domainUnitIdHasBeenSet =
true; m_domainUnitId = std::forward<DomainUnitIdT>(value); }
71 template<
typename DomainUnitIdT = Aws::String>
81 template<
typename EnvironmentDeploymentDetailsT = EnvironmentDeploymentDetails>
82 void SetEnvironmentDeploymentDetails(EnvironmentDeploymentDetailsT&& value) { m_environmentDeploymentDetailsHasBeenSet =
true; m_environmentDeploymentDetails = std::forward<EnvironmentDeploymentDetailsT>(value); }
83 template<
typename EnvironmentDeploymentDetailsT = EnvironmentDeploymentDetails>
94 template<
typename GlossaryTermsT = Aws::Vector<Aws::String>>
95 void SetGlossaryTerms(GlossaryTermsT&& value) { m_glossaryTermsHasBeenSet =
true; m_glossaryTerms = std::forward<GlossaryTermsT>(value); }
96 template<
typename GlossaryTermsT = Aws::Vector<Aws::String>>
98 template<
typename GlossaryTermsT = Aws::String>
108 template<
typename IdentifierT = Aws::String>
109 void SetIdentifier(IdentifierT&& value) { m_identifierHasBeenSet =
true; m_identifier = std::forward<IdentifierT>(value); }
110 template<
typename IdentifierT = Aws::String>
120 template<
typename NameT = Aws::String>
121 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
122 template<
typename NameT = Aws::String>
133 template<
typename ProjectProfileVersionT = Aws::String>
134 void SetProjectProfileVersion(ProjectProfileVersionT&& value) { m_projectProfileVersionHasBeenSet =
true; m_projectProfileVersion = std::forward<ProjectProfileVersionT>(value); }
135 template<
typename ProjectProfileVersionT = Aws::String>
145 template<
typename UserParametersT = Aws::Vector<EnvironmentConfigurationUserParameter>>
146 void SetUserParameters(UserParametersT&& value) { m_userParametersHasBeenSet =
true; m_userParameters = std::forward<UserParametersT>(value); }
147 template<
typename UserParametersT = Aws::Vector<EnvironmentConfigurationUserParameter>>
149 template<
typename UserParametersT = EnvironmentConfigurationUserParameter>
155 bool m_descriptionHasBeenSet =
false;
158 bool m_domainIdentifierHasBeenSet =
false;
161 bool m_domainUnitIdHasBeenSet =
false;
164 bool m_environmentDeploymentDetailsHasBeenSet =
false;
167 bool m_glossaryTermsHasBeenSet =
false;
170 bool m_identifierHasBeenSet =
false;
173 bool m_nameHasBeenSet =
false;
176 bool m_projectProfileVersionHasBeenSet =
false;
179 bool m_userParametersHasBeenSet =
false;
bool DescriptionHasBeenSet() const
UpdateProjectRequest & WithGlossaryTerms(GlossaryTermsT &&value)
const Aws::String & GetProjectProfileVersion() const
AWS_DATAZONE_API Aws::String SerializePayload() const override
const Aws::String & GetIdentifier() const
const Aws::Vector< EnvironmentConfigurationUserParameter > & GetUserParameters() const
const EnvironmentDeploymentDetails & GetEnvironmentDeploymentDetails() const
UpdateProjectRequest & WithProjectProfileVersion(ProjectProfileVersionT &&value)
bool IdentifierHasBeenSet() const
void SetUserParameters(UserParametersT &&value)
const Aws::String & GetDomainIdentifier() const
void SetDescription(DescriptionT &&value)
UpdateProjectRequest & WithEnvironmentDeploymentDetails(EnvironmentDeploymentDetailsT &&value)
bool DomainUnitIdHasBeenSet() const
const Aws::String & GetName() const
const Aws::String & GetDomainUnitId() const
void SetName(NameT &&value)
UpdateProjectRequest & WithIdentifier(IdentifierT &&value)
UpdateProjectRequest & AddUserParameters(UserParametersT &&value)
bool GlossaryTermsHasBeenSet() const
AWS_DATAZONE_API UpdateProjectRequest()=default
virtual const char * GetServiceRequestName() const override
void SetDomainUnitId(DomainUnitIdT &&value)
void SetProjectProfileVersion(ProjectProfileVersionT &&value)
bool DomainIdentifierHasBeenSet() const
UpdateProjectRequest & AddGlossaryTerms(GlossaryTermsT &&value)
bool NameHasBeenSet() const
UpdateProjectRequest & WithUserParameters(UserParametersT &&value)
UpdateProjectRequest & WithDomainUnitId(DomainUnitIdT &&value)
void SetDomainIdentifier(DomainIdentifierT &&value)
const Aws::Vector< Aws::String > & GetGlossaryTerms() const
void SetGlossaryTerms(GlossaryTermsT &&value)
void SetIdentifier(IdentifierT &&value)
bool ProjectProfileVersionHasBeenSet() const
const Aws::String & GetDescription() const
bool UserParametersHasBeenSet() const
UpdateProjectRequest & WithDomainIdentifier(DomainIdentifierT &&value)
UpdateProjectRequest & WithName(NameT &&value)
UpdateProjectRequest & WithDescription(DescriptionT &&value)
void SetEnvironmentDeploymentDetails(EnvironmentDeploymentDetailsT &&value)
bool EnvironmentDeploymentDetailsHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector