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/datazone/model/SingleSignOn.h>
12#include <aws/core/utils/UUID.h>
50 template<
typename ClientTokenT = Aws::String>
51 void SetClientToken(ClientTokenT&& value) { m_clientTokenHasBeenSet =
true; m_clientToken = std::forward<ClientTokenT>(value); }
52 template<
typename ClientTokenT = Aws::String>
63 template<
typename DescriptionT = Aws::String>
64 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
65 template<
typename DescriptionT = Aws::String>
76 template<
typename DomainExecutionRoleT = Aws::String>
77 void SetDomainExecutionRole(DomainExecutionRoleT&& value) { m_domainExecutionRoleHasBeenSet =
true; m_domainExecutionRole = std::forward<DomainExecutionRoleT>(value); }
78 template<
typename DomainExecutionRoleT = Aws::String>
88 template<
typename IdentifierT = Aws::String>
89 void SetIdentifier(IdentifierT&& value) { m_identifierHasBeenSet =
true; m_identifier = std::forward<IdentifierT>(value); }
90 template<
typename IdentifierT = Aws::String>
100 template<
typename NameT = Aws::String>
101 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
102 template<
typename NameT = Aws::String>
112 template<
typename ServiceRoleT = Aws::String>
113 void SetServiceRole(ServiceRoleT&& value) { m_serviceRoleHasBeenSet =
true; m_serviceRole = std::forward<ServiceRoleT>(value); }
114 template<
typename ServiceRoleT = Aws::String>
125 template<
typename SingleSignOnT = SingleSignOn>
126 void SetSingleSignOn(SingleSignOnT&& value) { m_singleSignOnHasBeenSet =
true; m_singleSignOn = std::forward<SingleSignOnT>(value); }
127 template<
typename SingleSignOnT = SingleSignOn>
133 bool m_clientTokenHasBeenSet =
true;
136 bool m_descriptionHasBeenSet =
false;
139 bool m_domainExecutionRoleHasBeenSet =
false;
142 bool m_identifierHasBeenSet =
false;
145 bool m_nameHasBeenSet =
false;
148 bool m_serviceRoleHasBeenSet =
false;
150 SingleSignOn m_singleSignOn;
151 bool m_singleSignOnHasBeenSet =
false;
UpdateDomainRequest & WithDomainExecutionRole(DomainExecutionRoleT &&value)
const Aws::String & GetClientToken() const
const Aws::String & GetIdentifier() const
void SetDomainExecutionRole(DomainExecutionRoleT &&value)
bool SingleSignOnHasBeenSet() const
bool NameHasBeenSet() const
UpdateDomainRequest & WithDescription(DescriptionT &&value)
void SetIdentifier(IdentifierT &&value)
void SetName(NameT &&value)
const Aws::String & GetServiceRole() const
bool ServiceRoleHasBeenSet() const
UpdateDomainRequest & WithServiceRole(ServiceRoleT &&value)
UpdateDomainRequest & WithSingleSignOn(SingleSignOnT &&value)
UpdateDomainRequest & WithName(NameT &&value)
void SetServiceRole(ServiceRoleT &&value)
AWS_DATAZONE_API UpdateDomainRequest()=default
void SetDescription(DescriptionT &&value)
bool IdentifierHasBeenSet() const
const Aws::String & GetDomainExecutionRole() const
const SingleSignOn & GetSingleSignOn() const
bool ClientTokenHasBeenSet() const
bool DomainExecutionRoleHasBeenSet() const
bool DescriptionHasBeenSet() const
AWS_DATAZONE_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
void SetClientToken(ClientTokenT &&value)
virtual const char * GetServiceRequestName() const override
void SetSingleSignOn(SingleSignOnT &&value)
AWS_DATAZONE_API Aws::String SerializePayload() const override
UpdateDomainRequest & WithClientToken(ClientTokenT &&value)
UpdateDomainRequest & WithIdentifier(IdentifierT &&value)
const Aws::String & GetDescription() const
const Aws::String & GetName() const
static Aws::Utils::UUID PseudoRandomUUID()
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String