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>
40 template <
typename DescriptionT = Aws::String>
42 m_descriptionHasBeenSet =
true;
43 m_description = std::forward<DescriptionT>(value);
45 template <
typename DescriptionT = Aws::String>
58 template <
typename DomainIdentifierT = Aws::String>
60 m_domainIdentifierHasBeenSet =
true;
61 m_domainIdentifier = std::forward<DomainIdentifierT>(value);
63 template <
typename DomainIdentifierT = Aws::String>
77 template <
typename DomainUnitIdT = Aws::String>
79 m_domainUnitIdHasBeenSet =
true;
80 m_domainUnitId = std::forward<DomainUnitIdT>(value);
82 template <
typename DomainUnitIdT = Aws::String>
95 template <
typename GlossaryTermsT = Aws::Vector<Aws::String>>
97 m_glossaryTermsHasBeenSet =
true;
98 m_glossaryTerms = std::forward<GlossaryTermsT>(value);
100 template <
typename GlossaryTermsT = Aws::Vector<Aws::String>>
105 template <
typename GlossaryTermsT = Aws::String>
107 m_glossaryTermsHasBeenSet =
true;
108 m_glossaryTerms.emplace_back(std::forward<GlossaryTermsT>(value));
119 template <
typename NameT = Aws::String>
121 m_nameHasBeenSet =
true;
122 m_name = std::forward<NameT>(value);
124 template <
typename NameT = Aws::String>
126 SetName(std::forward<NameT>(value));
137 template <
typename ProjectProfileIdT = Aws::String>
139 m_projectProfileIdHasBeenSet =
true;
140 m_projectProfileId = std::forward<ProjectProfileIdT>(value);
142 template <
typename ProjectProfileIdT = Aws::String>
155 template <
typename ResourceTagsT = Aws::Map<Aws::String, Aws::String>>
157 m_resourceTagsHasBeenSet =
true;
158 m_resourceTags = std::forward<ResourceTagsT>(value);
160 template <
typename ResourceTagsT = Aws::Map<Aws::String, Aws::String>>
165 template <
typename ResourceTagsKeyT = Aws::String,
typename ResourceTagsValueT = Aws::String>
167 m_resourceTagsHasBeenSet =
true;
168 m_resourceTags.emplace(std::forward<ResourceTagsKeyT>(key), std::forward<ResourceTagsValueT>(value));
179 template <
typename UserParametersT = Aws::Vector<EnvironmentConfigurationUserParameter>>
181 m_userParametersHasBeenSet =
true;
182 m_userParameters = std::forward<UserParametersT>(value);
184 template <
typename UserParametersT = Aws::Vector<EnvironmentConfigurationUserParameter>>
189 template <
typename UserParametersT = EnvironmentConfigurationUserParameter>
191 m_userParametersHasBeenSet =
true;
192 m_userParameters.emplace_back(std::forward<UserParametersT>(value));
198 bool m_descriptionHasBeenSet =
false;
201 bool m_domainIdentifierHasBeenSet =
false;
204 bool m_domainUnitIdHasBeenSet =
false;
207 bool m_glossaryTermsHasBeenSet =
false;
210 bool m_nameHasBeenSet =
false;
213 bool m_projectProfileIdHasBeenSet =
false;
216 bool m_resourceTagsHasBeenSet =
false;
219 bool m_userParametersHasBeenSet =
false;
void SetName(NameT &&value)
bool GlossaryTermsHasBeenSet() const
bool DescriptionHasBeenSet() const
const Aws::Vector< EnvironmentConfigurationUserParameter > & GetUserParameters() const
CreateProjectRequest & AddResourceTags(ResourceTagsKeyT &&key, ResourceTagsValueT &&value)
virtual const char * GetServiceRequestName() const override
void SetUserParameters(UserParametersT &&value)
bool NameHasBeenSet() const
CreateProjectRequest & WithResourceTags(ResourceTagsT &&value)
void SetDomainUnitId(DomainUnitIdT &&value)
void SetDomainIdentifier(DomainIdentifierT &&value)
bool UserParametersHasBeenSet() const
const Aws::Vector< Aws::String > & GetGlossaryTerms() const
AWS_DATAZONE_API Aws::String SerializePayload() const override
CreateProjectRequest & WithDescription(DescriptionT &&value)
bool ResourceTagsHasBeenSet() const
CreateProjectRequest & WithProjectProfileId(ProjectProfileIdT &&value)
bool ProjectProfileIdHasBeenSet() const
const Aws::String & GetDomainIdentifier() const
CreateProjectRequest & AddGlossaryTerms(GlossaryTermsT &&value)
const Aws::Map< Aws::String, Aws::String > & GetResourceTags() const
void SetResourceTags(ResourceTagsT &&value)
bool DomainIdentifierHasBeenSet() const
const Aws::String & GetProjectProfileId() const
const Aws::String & GetDomainUnitId() const
CreateProjectRequest & WithUserParameters(UserParametersT &&value)
CreateProjectRequest & AddUserParameters(UserParametersT &&value)
void SetDescription(DescriptionT &&value)
const Aws::String & GetDescription() const
CreateProjectRequest & WithDomainUnitId(DomainUnitIdT &&value)
void SetProjectProfileId(ProjectProfileIdT &&value)
bool DomainUnitIdHasBeenSet() const
void SetGlossaryTerms(GlossaryTermsT &&value)
CreateProjectRequest & WithGlossaryTerms(GlossaryTermsT &&value)
const Aws::String & GetName() const
CreateProjectRequest & WithName(NameT &&value)
CreateProjectRequest & WithDomainIdentifier(DomainIdentifierT &&value)
AWS_DATAZONE_API CreateProjectRequest()=default
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