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/ProjectMembershipAssignment.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 NameT = Aws::String>
61 m_nameHasBeenSet =
true;
62 m_name = std::forward<NameT>(value);
64 template <
typename NameT = Aws::String>
66 SetName(std::forward<NameT>(value));
77 template <
typename DescriptionT = Aws::String>
79 m_descriptionHasBeenSet =
true;
80 m_description = std::forward<DescriptionT>(value);
82 template <
typename DescriptionT = Aws::String>
95 template <
typename ResourceTagsT = Aws::Map<Aws::String, Aws::String>>
97 m_resourceTagsHasBeenSet =
true;
98 m_resourceTags = std::forward<ResourceTagsT>(value);
100 template <
typename ResourceTagsT = Aws::Map<Aws::String, Aws::String>>
105 template <
typename ResourceTagsKeyT = Aws::String,
typename ResourceTagsValueT = Aws::String>
107 m_resourceTagsHasBeenSet =
true;
108 m_resourceTags.emplace(std::forward<ResourceTagsKeyT>(key), std::forward<ResourceTagsValueT>(value));
119 template <
typename GlossaryTermsT = Aws::Vector<Aws::String>>
121 m_glossaryTermsHasBeenSet =
true;
122 m_glossaryTerms = std::forward<GlossaryTermsT>(value);
124 template <
typename GlossaryTermsT = Aws::Vector<Aws::String>>
129 template <
typename GlossaryTermsT = Aws::String>
131 m_glossaryTermsHasBeenSet =
true;
132 m_glossaryTerms.emplace_back(std::forward<GlossaryTermsT>(value));
144 template <
typename DomainUnitIdT = Aws::String>
146 m_domainUnitIdHasBeenSet =
true;
147 m_domainUnitId = std::forward<DomainUnitIdT>(value);
149 template <
typename DomainUnitIdT = Aws::String>
162 template <
typename ProjectProfileIdT = Aws::String>
164 m_projectProfileIdHasBeenSet =
true;
165 m_projectProfileId = std::forward<ProjectProfileIdT>(value);
167 template <
typename ProjectProfileIdT = Aws::String>
180 template <
typename UserParametersT = Aws::Vector<EnvironmentConfigurationUserParameter>>
182 m_userParametersHasBeenSet =
true;
183 m_userParameters = std::forward<UserParametersT>(value);
185 template <
typename UserParametersT = Aws::Vector<EnvironmentConfigurationUserParameter>>
190 template <
typename UserParametersT = EnvironmentConfigurationUserParameter>
192 m_userParametersHasBeenSet =
true;
193 m_userParameters.emplace_back(std::forward<UserParametersT>(value));
205 template <
typename ProjectCategoryT = Aws::String>
207 m_projectCategoryHasBeenSet =
true;
208 m_projectCategory = std::forward<ProjectCategoryT>(value);
210 template <
typename ProjectCategoryT = Aws::String>
224 template <
typename ProjectExecutionRoleT = Aws::String>
226 m_projectExecutionRoleHasBeenSet =
true;
227 m_projectExecutionRole = std::forward<ProjectExecutionRoleT>(value);
229 template <
typename ProjectExecutionRoleT = Aws::String>
242 template <
typename MembershipAssignmentsT = Aws::Vector<ProjectMembershipAssignment>>
244 m_membershipAssignmentsHasBeenSet =
true;
245 m_membershipAssignments = std::forward<MembershipAssignmentsT>(value);
247 template <
typename MembershipAssignmentsT = Aws::Vector<ProjectMembershipAssignment>>
252 template <
typename MembershipAssignmentsT = ProjectMembershipAssignment>
254 m_membershipAssignmentsHasBeenSet =
true;
255 m_membershipAssignments.emplace_back(std::forward<MembershipAssignmentsT>(value));
281 bool m_domainIdentifierHasBeenSet =
false;
282 bool m_nameHasBeenSet =
false;
283 bool m_descriptionHasBeenSet =
false;
284 bool m_resourceTagsHasBeenSet =
false;
285 bool m_glossaryTermsHasBeenSet =
false;
286 bool m_domainUnitIdHasBeenSet =
false;
287 bool m_projectProfileIdHasBeenSet =
false;
288 bool m_userParametersHasBeenSet =
false;
289 bool m_projectCategoryHasBeenSet =
false;
290 bool m_projectExecutionRoleHasBeenSet =
false;
291 bool m_membershipAssignmentsHasBeenSet =
false;
void SetName(NameT &&value)
bool GlossaryTermsHasBeenSet() const
void SetProjectCategory(ProjectCategoryT &&value)
bool DescriptionHasBeenSet() const
bool ProjectExecutionRoleHasBeenSet() 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 MembershipAssignmentsHasBeenSet() const
CreateProjectRequest & WithProjectExecutionRole(ProjectExecutionRoleT &&value)
void SetMembershipAssignments(MembershipAssignmentsT &&value)
bool ProjectProfileIdHasBeenSet() const
const Aws::String & GetDomainIdentifier() const
CreateProjectRequest & AddGlossaryTerms(GlossaryTermsT &&value)
const Aws::Map< Aws::String, Aws::String > & GetResourceTags() const
void SetProjectExecutionRole(ProjectExecutionRoleT &&value)
void SetResourceTags(ResourceTagsT &&value)
bool DomainIdentifierHasBeenSet() const
const Aws::String & GetProjectCategory() const
const Aws::String & GetProjectProfileId() const
const Aws::Vector< ProjectMembershipAssignment > & GetMembershipAssignments() const
const Aws::String & GetDomainUnitId() const
CreateProjectRequest & WithUserParameters(UserParametersT &&value)
CreateProjectRequest & WithMembershipAssignments(MembershipAssignmentsT &&value)
bool ProjectCategoryHasBeenSet() const
CreateProjectRequest & WithProjectCategory(ProjectCategoryT &&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
const Aws::String & GetProjectExecutionRole() const
void SetGlossaryTerms(GlossaryTermsT &&value)
CreateProjectRequest & WithGlossaryTerms(GlossaryTermsT &&value)
const Aws::String & GetName() const
CreateProjectRequest & WithName(NameT &&value)
CreateProjectRequest & AddMembershipAssignments(MembershipAssignmentsT &&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