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/Status.h>
12#include <aws/datazone/model/EnvironmentConfiguration.h>
44 template<
typename DescriptionT = Aws::String>
45 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
46 template<
typename DescriptionT = Aws::String>
56 template<
typename DomainIdentifierT = Aws::String>
57 void SetDomainIdentifier(DomainIdentifierT&& value) { m_domainIdentifierHasBeenSet =
true; m_domainIdentifier = std::forward<DomainIdentifierT>(value); }
58 template<
typename DomainIdentifierT = Aws::String>
68 template<
typename DomainUnitIdentifierT = Aws::String>
69 void SetDomainUnitIdentifier(DomainUnitIdentifierT&& value) { m_domainUnitIdentifierHasBeenSet =
true; m_domainUnitIdentifier = std::forward<DomainUnitIdentifierT>(value); }
70 template<
typename DomainUnitIdentifierT = Aws::String>
80 template<
typename EnvironmentConfigurationsT = Aws::Vector<EnvironmentConfiguration>>
81 void SetEnvironmentConfigurations(EnvironmentConfigurationsT&& value) { m_environmentConfigurationsHasBeenSet =
true; m_environmentConfigurations = std::forward<EnvironmentConfigurationsT>(value); }
82 template<
typename EnvironmentConfigurationsT = Aws::Vector<EnvironmentConfiguration>>
84 template<
typename EnvironmentConfigurationsT = EnvironmentConfiguration>
94 template<
typename IdentifierT = Aws::String>
95 void SetIdentifier(IdentifierT&& value) { m_identifierHasBeenSet =
true; m_identifier = std::forward<IdentifierT>(value); }
96 template<
typename IdentifierT = Aws::String>
106 template<
typename NameT = Aws::String>
107 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
108 template<
typename NameT = Aws::String>
124 bool m_descriptionHasBeenSet =
false;
127 bool m_domainIdentifierHasBeenSet =
false;
130 bool m_domainUnitIdentifierHasBeenSet =
false;
133 bool m_environmentConfigurationsHasBeenSet =
false;
136 bool m_identifierHasBeenSet =
false;
139 bool m_nameHasBeenSet =
false;
142 bool m_statusHasBeenSet =
false;
void SetIdentifier(IdentifierT &&value)
void SetName(NameT &&value)
const Aws::String & GetIdentifier() const
UpdateProjectProfileRequest & WithEnvironmentConfigurations(EnvironmentConfigurationsT &&value)
bool DomainUnitIdentifierHasBeenSet() const
AWS_DATAZONE_API UpdateProjectProfileRequest()=default
const Aws::Vector< EnvironmentConfiguration > & GetEnvironmentConfigurations() const
AWS_DATAZONE_API Aws::String SerializePayload() const override
UpdateProjectProfileRequest & WithIdentifier(IdentifierT &&value)
void SetEnvironmentConfigurations(EnvironmentConfigurationsT &&value)
const Aws::String & GetDomainUnitIdentifier() const
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 DomainIdentifierHasBeenSet() const
bool NameHasBeenSet() const
UpdateProjectProfileRequest & WithName(NameT &&value)
UpdateProjectProfileRequest & WithStatus(Status value)
bool IdentifierHasBeenSet() const
UpdateProjectProfileRequest & WithDomainUnitIdentifier(DomainUnitIdentifierT &&value)
bool EnvironmentConfigurationsHasBeenSet() const
bool StatusHasBeenSet() const
const Aws::String & GetName() const
void SetDomainUnitIdentifier(DomainUnitIdentifierT &&value)
UpdateProjectProfileRequest & AddEnvironmentConfigurations(EnvironmentConfigurationsT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector