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>
42 m_allowCustomProjectResourceTagsHasBeenSet =
true;
43 m_allowCustomProjectResourceTags = value;
57 template <
typename DescriptionT = Aws::String>
59 m_descriptionHasBeenSet =
true;
60 m_description = std::forward<DescriptionT>(value);
62 template <
typename DescriptionT = Aws::String>
75 template <
typename DomainIdentifierT = Aws::String>
77 m_domainIdentifierHasBeenSet =
true;
78 m_domainIdentifier = std::forward<DomainIdentifierT>(value);
80 template <
typename DomainIdentifierT = Aws::String>
93 template <
typename DomainUnitIdentifierT = Aws::String>
95 m_domainUnitIdentifierHasBeenSet =
true;
96 m_domainUnitIdentifier = std::forward<DomainUnitIdentifierT>(value);
98 template <
typename DomainUnitIdentifierT = Aws::String>
111 template <
typename EnvironmentConfigurationsT = Aws::Vector<EnvironmentConfiguration>>
113 m_environmentConfigurationsHasBeenSet =
true;
114 m_environmentConfigurations = std::forward<EnvironmentConfigurationsT>(value);
116 template <
typename EnvironmentConfigurationsT = Aws::Vector<EnvironmentConfiguration>>
121 template <
typename EnvironmentConfigurationsT = EnvironmentConfiguration>
123 m_environmentConfigurationsHasBeenSet =
true;
124 m_environmentConfigurations.emplace_back(std::forward<EnvironmentConfigurationsT>(value));
135 template <
typename IdentifierT = Aws::String>
137 m_identifierHasBeenSet =
true;
138 m_identifier = std::forward<IdentifierT>(value);
140 template <
typename IdentifierT = Aws::String>
153 template <
typename NameT = Aws::String>
155 m_nameHasBeenSet =
true;
156 m_name = std::forward<NameT>(value);
158 template <
typename NameT = Aws::String>
160 SetName(std::forward<NameT>(value));
171 template <
typename ProjectResourceTagsT = Aws::Vector<ResourceTagParameter>>
173 m_projectResourceTagsHasBeenSet =
true;
174 m_projectResourceTags = std::forward<ProjectResourceTagsT>(value);
176 template <
typename ProjectResourceTagsT = Aws::Vector<ResourceTagParameter>>
181 template <
typename ProjectResourceTagsT = ResourceTagParameter>
183 m_projectResourceTagsHasBeenSet =
true;
184 m_projectResourceTags.emplace_back(std::forward<ProjectResourceTagsT>(value));
196 template <
typename ProjectResourceTagsDescriptionT = Aws::String>
198 m_projectResourceTagsDescriptionHasBeenSet =
true;
199 m_projectResourceTagsDescription = std::forward<ProjectResourceTagsDescriptionT>(value);
201 template <
typename ProjectResourceTagsDescriptionT = Aws::String>
215 m_statusHasBeenSet =
true;
224 bool m_allowCustomProjectResourceTags{
false};
225 bool m_allowCustomProjectResourceTagsHasBeenSet =
false;
228 bool m_descriptionHasBeenSet =
false;
231 bool m_domainIdentifierHasBeenSet =
false;
234 bool m_domainUnitIdentifierHasBeenSet =
false;
237 bool m_environmentConfigurationsHasBeenSet =
false;
240 bool m_identifierHasBeenSet =
false;
243 bool m_nameHasBeenSet =
false;
246 bool m_projectResourceTagsHasBeenSet =
false;
249 bool m_projectResourceTagsDescriptionHasBeenSet =
false;
252 bool m_statusHasBeenSet =
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