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>
41 template <
typename DomainIdentifierT = Aws::String>
43 m_domainIdentifierHasBeenSet =
true;
44 m_domainIdentifier = std::forward<DomainIdentifierT>(value);
46 template <
typename DomainIdentifierT = Aws::String>
59 template <
typename IdentifierT = Aws::String>
61 m_identifierHasBeenSet =
true;
62 m_identifier = std::forward<IdentifierT>(value);
64 template <
typename IdentifierT = Aws::String>
77 template <
typename NameT = Aws::String>
79 m_nameHasBeenSet =
true;
80 m_name = std::forward<NameT>(value);
82 template <
typename NameT = Aws::String>
84 SetName(std::forward<NameT>(value));
96 template <
typename DescriptionT = Aws::String>
98 m_descriptionHasBeenSet =
true;
99 m_description = std::forward<DescriptionT>(value);
101 template <
typename DescriptionT = Aws::String>
114 template <
typename ResourceTagsT = Aws::Map<Aws::String, Aws::String>>
116 m_resourceTagsHasBeenSet =
true;
117 m_resourceTags = std::forward<ResourceTagsT>(value);
119 template <
typename ResourceTagsT = Aws::Map<Aws::String, Aws::String>>
124 template <
typename ResourceTagsKeyT = Aws::String,
typename ResourceTagsValueT = Aws::String>
126 m_resourceTagsHasBeenSet =
true;
127 m_resourceTags.emplace(std::forward<ResourceTagsKeyT>(key), std::forward<ResourceTagsValueT>(value));
139 template <
typename GlossaryTermsT = Aws::Vector<Aws::String>>
141 m_glossaryTermsHasBeenSet =
true;
142 m_glossaryTerms = std::forward<GlossaryTermsT>(value);
144 template <
typename GlossaryTermsT = Aws::Vector<Aws::String>>
149 template <
typename GlossaryTermsT = Aws::String>
151 m_glossaryTermsHasBeenSet =
true;
152 m_glossaryTerms.emplace_back(std::forward<GlossaryTermsT>(value));
163 template <
typename DomainUnitIdT = Aws::String>
165 m_domainUnitIdHasBeenSet =
true;
166 m_domainUnitId = std::forward<DomainUnitIdT>(value);
168 template <
typename DomainUnitIdT = Aws::String>
181 template <
typename EnvironmentDeploymentDetailsT = EnvironmentDeploymentDetails>
183 m_environmentDeploymentDetailsHasBeenSet =
true;
184 m_environmentDeploymentDetails = std::forward<EnvironmentDeploymentDetailsT>(value);
186 template <
typename EnvironmentDeploymentDetailsT = EnvironmentDeploymentDetails>
199 template <
typename UserParametersT = Aws::Vector<EnvironmentConfigurationUserParameter>>
201 m_userParametersHasBeenSet =
true;
202 m_userParameters = std::forward<UserParametersT>(value);
204 template <
typename UserParametersT = Aws::Vector<EnvironmentConfigurationUserParameter>>
209 template <
typename UserParametersT = EnvironmentConfigurationUserParameter>
211 m_userParametersHasBeenSet =
true;
212 m_userParameters.emplace_back(std::forward<UserParametersT>(value));
224 template <
typename ProjectProfileVersionT = Aws::String>
226 m_projectProfileVersionHasBeenSet =
true;
227 m_projectProfileVersion = std::forward<ProjectProfileVersionT>(value);
229 template <
typename ProjectProfileVersionT = Aws::String>
255 bool m_domainIdentifierHasBeenSet =
false;
256 bool m_identifierHasBeenSet =
false;
257 bool m_nameHasBeenSet =
false;
258 bool m_descriptionHasBeenSet =
false;
259 bool m_resourceTagsHasBeenSet =
false;
260 bool m_glossaryTermsHasBeenSet =
false;
261 bool m_domainUnitIdHasBeenSet =
false;
262 bool m_environmentDeploymentDetailsHasBeenSet =
false;
263 bool m_userParametersHasBeenSet =
false;
264 bool m_projectProfileVersionHasBeenSet =
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