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 IdentifierT = Aws::String>
61 m_identifierHasBeenSet =
true;
62 m_identifier = std::forward<IdentifierT>(value);
64 template <
typename IdentifierT = Aws::String>
77 template <
typename NameT = Aws::String>
79 m_nameHasBeenSet =
true;
80 m_name = std::forward<NameT>(value);
82 template <
typename NameT = Aws::String>
84 SetName(std::forward<NameT>(value));
95 template <
typename DescriptionT = Aws::String>
97 m_descriptionHasBeenSet =
true;
98 m_description = std::forward<DescriptionT>(value);
100 template <
typename DescriptionT = Aws::String>
114 m_statusHasBeenSet =
true;
129 template <
typename ProjectResourceTagsT = Aws::Vector<ResourceTagParameter>>
131 m_projectResourceTagsHasBeenSet =
true;
132 m_projectResourceTags = std::forward<ProjectResourceTagsT>(value);
134 template <
typename ProjectResourceTagsT = Aws::Vector<ResourceTagParameter>>
139 template <
typename ProjectResourceTagsT = ResourceTagParameter>
141 m_projectResourceTagsHasBeenSet =
true;
142 m_projectResourceTags.emplace_back(std::forward<ProjectResourceTagsT>(value));
154 m_allowCustomProjectResourceTagsHasBeenSet =
true;
155 m_allowCustomProjectResourceTags = value;
170 template <
typename ProjectResourceTagsDescriptionT = Aws::String>
172 m_projectResourceTagsDescriptionHasBeenSet =
true;
173 m_projectResourceTagsDescription = std::forward<ProjectResourceTagsDescriptionT>(value);
175 template <
typename ProjectResourceTagsDescriptionT = Aws::String>
188 template <
typename EnvironmentConfigurationsT = Aws::Vector<EnvironmentConfiguration>>
190 m_environmentConfigurationsHasBeenSet =
true;
191 m_environmentConfigurations = std::forward<EnvironmentConfigurationsT>(value);
193 template <
typename EnvironmentConfigurationsT = Aws::Vector<EnvironmentConfiguration>>
198 template <
typename EnvironmentConfigurationsT = EnvironmentConfiguration>
200 m_environmentConfigurationsHasBeenSet =
true;
201 m_environmentConfigurations.emplace_back(std::forward<EnvironmentConfigurationsT>(value));
212 template <
typename DomainUnitIdentifierT = Aws::String>
214 m_domainUnitIdentifierHasBeenSet =
true;
215 m_domainUnitIdentifier = std::forward<DomainUnitIdentifierT>(value);
217 template <
typename DomainUnitIdentifierT = Aws::String>
236 bool m_allowCustomProjectResourceTags{
false};
243 bool m_domainIdentifierHasBeenSet =
false;
244 bool m_identifierHasBeenSet =
false;
245 bool m_nameHasBeenSet =
false;
246 bool m_descriptionHasBeenSet =
false;
247 bool m_statusHasBeenSet =
false;
248 bool m_projectResourceTagsHasBeenSet =
false;
249 bool m_allowCustomProjectResourceTagsHasBeenSet =
false;
250 bool m_projectResourceTagsDescriptionHasBeenSet =
false;
251 bool m_environmentConfigurationsHasBeenSet =
false;
252 bool m_domainUnitIdentifierHasBeenSet =
false;
void SetIdentifier(IdentifierT &&value)
void SetName(NameT &&value)
const Aws::String & GetIdentifier() const
const Aws::String & GetProjectResourceTagsDescription() const
UpdateProjectProfileRequest & WithEnvironmentConfigurations(EnvironmentConfigurationsT &&value)
bool DomainUnitIdentifierHasBeenSet() const
AWS_DATAZONE_API UpdateProjectProfileRequest()=default
const Aws::Vector< EnvironmentConfiguration > & GetEnvironmentConfigurations() const
UpdateProjectProfileRequest & WithAllowCustomProjectResourceTags(bool value)
UpdateProjectProfileRequest & AddProjectResourceTags(ProjectResourceTagsT &&value)
AWS_DATAZONE_API Aws::String SerializePayload() const override
UpdateProjectProfileRequest & WithIdentifier(IdentifierT &&value)
void SetEnvironmentConfigurations(EnvironmentConfigurationsT &&value)
const Aws::String & GetDomainUnitIdentifier() const
void SetProjectResourceTags(ProjectResourceTagsT &&value)
UpdateProjectProfileRequest & WithDescription(DescriptionT &&value)
const Aws::String & GetDomainIdentifier() const
void SetDomainIdentifier(DomainIdentifierT &&value)
bool DescriptionHasBeenSet() const
const Aws::String & GetDescription() const
virtual const char * GetServiceRequestName() const override
void SetStatus(Status value)
UpdateProjectProfileRequest & WithDomainIdentifier(DomainIdentifierT &&value)
void SetDescription(DescriptionT &&value)
bool ProjectResourceTagsDescriptionHasBeenSet() const
bool DomainIdentifierHasBeenSet() const
bool NameHasBeenSet() const
void SetAllowCustomProjectResourceTags(bool value)
UpdateProjectProfileRequest & WithName(NameT &&value)
UpdateProjectProfileRequest & WithStatus(Status value)
const Aws::Vector< ResourceTagParameter > & GetProjectResourceTags() const
bool IdentifierHasBeenSet() const
UpdateProjectProfileRequest & WithDomainUnitIdentifier(DomainUnitIdentifierT &&value)
bool EnvironmentConfigurationsHasBeenSet() const
UpdateProjectProfileRequest & WithProjectResourceTagsDescription(ProjectResourceTagsDescriptionT &&value)
bool StatusHasBeenSet() const
const Aws::String & GetName() const
UpdateProjectProfileRequest & WithProjectResourceTags(ProjectResourceTagsT &&value)
void SetProjectResourceTagsDescription(ProjectResourceTagsDescriptionT &&value)
void SetDomainUnitIdentifier(DomainUnitIdentifierT &&value)
bool AllowCustomProjectResourceTagsHasBeenSet() const
bool GetAllowCustomProjectResourceTags() const
bool ProjectResourceTagsHasBeenSet() const
UpdateProjectProfileRequest & AddEnvironmentConfigurations(EnvironmentConfigurationsT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector