7#include <aws/core/utils/memory/stl/AWSMap.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/datazone/DataZoneRequest.h>
11#include <aws/datazone/DataZone_EXPORTS.h>
12#include <aws/datazone/model/EnvironmentConfigurationUserParameter.h>
13#include <aws/datazone/model/EnvironmentDeploymentDetails.h>
42 template <
typename DescriptionT = Aws::String>
44 m_descriptionHasBeenSet =
true;
45 m_description = std::forward<DescriptionT>(value);
47 template <
typename DescriptionT = Aws::String>
60 template <
typename DomainIdentifierT = Aws::String>
62 m_domainIdentifierHasBeenSet =
true;
63 m_domainIdentifier = std::forward<DomainIdentifierT>(value);
65 template <
typename DomainIdentifierT = Aws::String>
78 template <
typename DomainUnitIdT = Aws::String>
80 m_domainUnitIdHasBeenSet =
true;
81 m_domainUnitId = std::forward<DomainUnitIdT>(value);
83 template <
typename DomainUnitIdT = Aws::String>
96 template <
typename EnvironmentDeploymentDetailsT = EnvironmentDeploymentDetails>
98 m_environmentDeploymentDetailsHasBeenSet =
true;
99 m_environmentDeploymentDetails = std::forward<EnvironmentDeploymentDetailsT>(value);
101 template <
typename EnvironmentDeploymentDetailsT = EnvironmentDeploymentDetails>
115 template <
typename GlossaryTermsT = Aws::Vector<Aws::String>>
117 m_glossaryTermsHasBeenSet =
true;
118 m_glossaryTerms = std::forward<GlossaryTermsT>(value);
120 template <
typename GlossaryTermsT = Aws::Vector<Aws::String>>
125 template <
typename GlossaryTermsT = Aws::String>
127 m_glossaryTermsHasBeenSet =
true;
128 m_glossaryTerms.emplace_back(std::forward<GlossaryTermsT>(value));
139 template <
typename IdentifierT = Aws::String>
141 m_identifierHasBeenSet =
true;
142 m_identifier = std::forward<IdentifierT>(value);
144 template <
typename IdentifierT = Aws::String>
157 template <
typename NameT = Aws::String>
159 m_nameHasBeenSet =
true;
160 m_name = std::forward<NameT>(value);
162 template <
typename NameT = Aws::String>
164 SetName(std::forward<NameT>(value));
176 template <
typename ProjectProfileVersionT = Aws::String>
178 m_projectProfileVersionHasBeenSet =
true;
179 m_projectProfileVersion = std::forward<ProjectProfileVersionT>(value);
181 template <
typename ProjectProfileVersionT = Aws::String>
194 template <
typename ResourceTagsT = Aws::Map<Aws::String, Aws::String>>
196 m_resourceTagsHasBeenSet =
true;
197 m_resourceTags = std::forward<ResourceTagsT>(value);
199 template <
typename ResourceTagsT = Aws::Map<Aws::String, Aws::String>>
204 template <
typename ResourceTagsKeyT = Aws::String,
typename ResourceTagsValueT = Aws::String>
206 m_resourceTagsHasBeenSet =
true;
207 m_resourceTags.emplace(std::forward<ResourceTagsKeyT>(key), std::forward<ResourceTagsValueT>(value));
218 template <
typename UserParametersT = Aws::Vector<EnvironmentConfigurationUserParameter>>
220 m_userParametersHasBeenSet =
true;
221 m_userParameters = std::forward<UserParametersT>(value);
223 template <
typename UserParametersT = Aws::Vector<EnvironmentConfigurationUserParameter>>
228 template <
typename UserParametersT = EnvironmentConfigurationUserParameter>
230 m_userParametersHasBeenSet =
true;
231 m_userParameters.emplace_back(std::forward<UserParametersT>(value));
237 bool m_descriptionHasBeenSet =
false;
240 bool m_domainIdentifierHasBeenSet =
false;
243 bool m_domainUnitIdHasBeenSet =
false;
246 bool m_environmentDeploymentDetailsHasBeenSet =
false;
249 bool m_glossaryTermsHasBeenSet =
false;
252 bool m_identifierHasBeenSet =
false;
255 bool m_nameHasBeenSet =
false;
258 bool m_projectProfileVersionHasBeenSet =
false;
261 bool m_resourceTagsHasBeenSet =
false;
264 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)
const Aws::Map< Aws::String, Aws::String > & GetResourceTags() const
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
UpdateProjectRequest & WithResourceTags(ResourceTagsT &&value)
bool ResourceTagsHasBeenSet() const
void SetGlossaryTerms(GlossaryTermsT &&value)
void SetIdentifier(IdentifierT &&value)
bool ProjectProfileVersionHasBeenSet() const
const Aws::String & GetDescription() const
UpdateProjectRequest & AddResourceTags(ResourceTagsKeyT &&key, ResourceTagsValueT &&value)
bool UserParametersHasBeenSet() const
UpdateProjectRequest & WithDomainIdentifier(DomainIdentifierT &&value)
UpdateProjectRequest & WithName(NameT &&value)
UpdateProjectRequest & WithDescription(DescriptionT &&value)
void SetEnvironmentDeploymentDetails(EnvironmentDeploymentDetailsT &&value)
void SetResourceTags(ResourceTagsT &&value)
bool EnvironmentDeploymentDetailsHasBeenSet() const
std::map< K, V, std::less< K >, Aws::Allocator< std::pair< const K, V > > > Map
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector