7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/datazone/DataZoneRequest.h>
10#include <aws/datazone/DataZone_EXPORTS.h>
11#include <aws/datazone/model/EnvironmentConfiguration.h>
12#include <aws/datazone/model/ResourceTagParameter.h>
13#include <aws/datazone/model/Status.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>
96 m_statusHasBeenSet =
true;
111 template <
typename ProjectResourceTagsT = Aws::Vector<ResourceTagParameter>>
113 m_projectResourceTagsHasBeenSet =
true;
114 m_projectResourceTags = std::forward<ProjectResourceTagsT>(value);
116 template <
typename ProjectResourceTagsT = Aws::Vector<ResourceTagParameter>>
121 template <
typename ProjectResourceTagsT = ResourceTagParameter>
123 m_projectResourceTagsHasBeenSet =
true;
124 m_projectResourceTags.emplace_back(std::forward<ProjectResourceTagsT>(value));
136 m_allowCustomProjectResourceTagsHasBeenSet =
true;
137 m_allowCustomProjectResourceTags = value;
152 template <
typename ProjectResourceTagsDescriptionT = Aws::String>
154 m_projectResourceTagsDescriptionHasBeenSet =
true;
155 m_projectResourceTagsDescription = std::forward<ProjectResourceTagsDescriptionT>(value);
157 template <
typename ProjectResourceTagsDescriptionT = Aws::String>
170 template <
typename EnvironmentConfigurationsT = Aws::Vector<EnvironmentConfiguration>>
172 m_environmentConfigurationsHasBeenSet =
true;
173 m_environmentConfigurations = std::forward<EnvironmentConfigurationsT>(value);
175 template <
typename EnvironmentConfigurationsT = Aws::Vector<EnvironmentConfiguration>>
180 template <
typename EnvironmentConfigurationsT = EnvironmentConfiguration>
182 m_environmentConfigurationsHasBeenSet =
true;
183 m_environmentConfigurations.emplace_back(std::forward<EnvironmentConfigurationsT>(value));
194 template <
typename DomainUnitIdentifierT = Aws::String>
196 m_domainUnitIdentifierHasBeenSet =
true;
197 m_domainUnitIdentifier = std::forward<DomainUnitIdentifierT>(value);
199 template <
typename DomainUnitIdentifierT = Aws::String>
216 bool m_allowCustomProjectResourceTags{
false};
223 bool m_domainIdentifierHasBeenSet =
false;
224 bool m_nameHasBeenSet =
false;
225 bool m_descriptionHasBeenSet =
false;
226 bool m_statusHasBeenSet =
false;
227 bool m_projectResourceTagsHasBeenSet =
false;
228 bool m_allowCustomProjectResourceTagsHasBeenSet =
false;
229 bool m_projectResourceTagsDescriptionHasBeenSet =
false;
230 bool m_environmentConfigurationsHasBeenSet =
false;
231 bool m_domainUnitIdentifierHasBeenSet =
false;
const Aws::String & GetDescription() const
const Aws::String & GetProjectResourceTagsDescription() const
bool NameHasBeenSet() const
CreateProjectProfileRequest & WithDomainUnitIdentifier(DomainUnitIdentifierT &&value)
bool EnvironmentConfigurationsHasBeenSet() const
bool StatusHasBeenSet() const
AWS_DATAZONE_API CreateProjectProfileRequest()=default
CreateProjectProfileRequest & AddEnvironmentConfigurations(EnvironmentConfigurationsT &&value)
bool ProjectResourceTagsHasBeenSet() const
CreateProjectProfileRequest & WithAllowCustomProjectResourceTags(bool value)
bool AllowCustomProjectResourceTagsHasBeenSet() const
CreateProjectProfileRequest & WithDomainIdentifier(DomainIdentifierT &&value)
bool DomainUnitIdentifierHasBeenSet() const
void SetEnvironmentConfigurations(EnvironmentConfigurationsT &&value)
void SetProjectResourceTagsDescription(ProjectResourceTagsDescriptionT &&value)
const Aws::String & GetDomainIdentifier() const
CreateProjectProfileRequest & WithStatus(Status value)
bool DomainIdentifierHasBeenSet() const
void SetDescription(DescriptionT &&value)
AWS_DATAZONE_API Aws::String SerializePayload() const override
const Aws::String & GetDomainUnitIdentifier() const
const Aws::Vector< EnvironmentConfiguration > & GetEnvironmentConfigurations() const
void SetStatus(Status value)
CreateProjectProfileRequest & WithProjectResourceTagsDescription(ProjectResourceTagsDescriptionT &&value)
virtual const char * GetServiceRequestName() const override
bool ProjectResourceTagsDescriptionHasBeenSet() const
CreateProjectProfileRequest & WithProjectResourceTags(ProjectResourceTagsT &&value)
const Aws::String & GetName() const
CreateProjectProfileRequest & WithEnvironmentConfigurations(EnvironmentConfigurationsT &&value)
CreateProjectProfileRequest & AddProjectResourceTags(ProjectResourceTagsT &&value)
CreateProjectProfileRequest & WithName(NameT &&value)
bool GetAllowCustomProjectResourceTags() const
void SetDomainIdentifier(DomainIdentifierT &&value)
CreateProjectProfileRequest & WithDescription(DescriptionT &&value)
void SetDomainUnitIdentifier(DomainUnitIdentifierT &&value)
void SetAllowCustomProjectResourceTags(bool value)
const Aws::Vector< ResourceTagParameter > & GetProjectResourceTags() const
void SetProjectResourceTags(ProjectResourceTagsT &&value)
void SetName(NameT &&value)
bool DescriptionHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector