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 DomainIdentifierT = Aws::String>
42 m_domainIdentifierHasBeenSet =
true;
43 m_domainIdentifier = std::forward<DomainIdentifierT>(value);
45 template <
typename DomainIdentifierT = Aws::String>
58 template <
typename NameT = Aws::String>
60 m_nameHasBeenSet =
true;
61 m_name = std::forward<NameT>(value);
63 template <
typename NameT = Aws::String>
65 SetName(std::forward<NameT>(value));
76 template <
typename DescriptionT = Aws::String>
78 m_descriptionHasBeenSet =
true;
79 m_description = std::forward<DescriptionT>(value);
81 template <
typename DescriptionT = Aws::String>
94 template <
typename ResourceTagsT = Aws::Map<Aws::String, Aws::String>>
96 m_resourceTagsHasBeenSet =
true;
97 m_resourceTags = std::forward<ResourceTagsT>(value);
99 template <
typename ResourceTagsT = Aws::Map<Aws::String, Aws::String>>
104 template <
typename ResourceTagsKeyT = Aws::String,
typename ResourceTagsValueT = Aws::String>
106 m_resourceTagsHasBeenSet =
true;
107 m_resourceTags.emplace(std::forward<ResourceTagsKeyT>(key), std::forward<ResourceTagsValueT>(value));
118 template <
typename GlossaryTermsT = Aws::Vector<Aws::String>>
120 m_glossaryTermsHasBeenSet =
true;
121 m_glossaryTerms = std::forward<GlossaryTermsT>(value);
123 template <
typename GlossaryTermsT = Aws::Vector<Aws::String>>
128 template <
typename GlossaryTermsT = Aws::String>
130 m_glossaryTermsHasBeenSet =
true;
131 m_glossaryTerms.emplace_back(std::forward<GlossaryTermsT>(value));
143 template <
typename DomainUnitIdT = Aws::String>
145 m_domainUnitIdHasBeenSet =
true;
146 m_domainUnitId = std::forward<DomainUnitIdT>(value);
148 template <
typename DomainUnitIdT = Aws::String>
161 template <
typename ProjectProfileIdT = Aws::String>
163 m_projectProfileIdHasBeenSet =
true;
164 m_projectProfileId = std::forward<ProjectProfileIdT>(value);
166 template <
typename ProjectProfileIdT = Aws::String>
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));
212 bool m_domainIdentifierHasBeenSet =
false;
213 bool m_nameHasBeenSet =
false;
214 bool m_descriptionHasBeenSet =
false;
215 bool m_resourceTagsHasBeenSet =
false;
216 bool m_glossaryTermsHasBeenSet =
false;
217 bool m_domainUnitIdHasBeenSet =
false;
218 bool m_projectProfileIdHasBeenSet =
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