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/core/utils/memory/stl/AWSVector.h>
11#include <aws/datazone/model/EnvironmentConfigurationUserParameter.h>
43 template<
typename DescriptionT = Aws::String>
44 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
45 template<
typename DescriptionT = Aws::String>
55 template<
typename DomainIdentifierT = Aws::String>
56 void SetDomainIdentifier(DomainIdentifierT&& value) { m_domainIdentifierHasBeenSet =
true; m_domainIdentifier = std::forward<DomainIdentifierT>(value); }
57 template<
typename DomainIdentifierT = Aws::String>
68 template<
typename DomainUnitIdT = Aws::String>
69 void SetDomainUnitId(DomainUnitIdT&& value) { m_domainUnitIdHasBeenSet =
true; m_domainUnitId = std::forward<DomainUnitIdT>(value); }
70 template<
typename DomainUnitIdT = Aws::String>
80 template<
typename GlossaryTermsT = Aws::Vector<Aws::String>>
81 void SetGlossaryTerms(GlossaryTermsT&& value) { m_glossaryTermsHasBeenSet =
true; m_glossaryTerms = std::forward<GlossaryTermsT>(value); }
82 template<
typename GlossaryTermsT = Aws::Vector<Aws::String>>
84 template<
typename GlossaryTermsT = Aws::String>
94 template<
typename NameT = Aws::String>
95 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
96 template<
typename NameT = Aws::String>
106 template<
typename ProjectProfileIdT = Aws::String>
107 void SetProjectProfileId(ProjectProfileIdT&& value) { m_projectProfileIdHasBeenSet =
true; m_projectProfileId = std::forward<ProjectProfileIdT>(value); }
108 template<
typename ProjectProfileIdT = Aws::String>
118 template<
typename UserParametersT = Aws::Vector<EnvironmentConfigurationUserParameter>>
119 void SetUserParameters(UserParametersT&& value) { m_userParametersHasBeenSet =
true; m_userParameters = std::forward<UserParametersT>(value); }
120 template<
typename UserParametersT = Aws::Vector<EnvironmentConfigurationUserParameter>>
122 template<
typename UserParametersT = EnvironmentConfigurationUserParameter>
128 bool m_descriptionHasBeenSet =
false;
131 bool m_domainIdentifierHasBeenSet =
false;
134 bool m_domainUnitIdHasBeenSet =
false;
137 bool m_glossaryTermsHasBeenSet =
false;
140 bool m_nameHasBeenSet =
false;
143 bool m_projectProfileIdHasBeenSet =
false;
146 bool m_userParametersHasBeenSet =
false;
void SetName(NameT &&value)
bool GlossaryTermsHasBeenSet() const
bool DescriptionHasBeenSet() const
const Aws::Vector< EnvironmentConfigurationUserParameter > & GetUserParameters() const
virtual const char * GetServiceRequestName() const override
void SetUserParameters(UserParametersT &&value)
bool NameHasBeenSet() const
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)
CreateProjectRequest & WithProjectProfileId(ProjectProfileIdT &&value)
bool ProjectProfileIdHasBeenSet() const
const Aws::String & GetDomainIdentifier() const
CreateProjectRequest & AddGlossaryTerms(GlossaryTermsT &&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::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector