7#include <aws/core/utils/UUID.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/datazone/DataZoneRequest.h>
10#include <aws/datazone/DataZone_EXPORTS.h>
11#include <aws/datazone/model/SingleSignOn.h>
44 template <
typename IdentifierT = Aws::String>
46 m_identifierHasBeenSet =
true;
47 m_identifier = std::forward<IdentifierT>(value);
49 template <
typename IdentifierT = Aws::String>
63 template <
typename DescriptionT = Aws::String>
65 m_descriptionHasBeenSet =
true;
66 m_description = std::forward<DescriptionT>(value);
68 template <
typename DescriptionT = Aws::String>
82 template <
typename SingleSignOnT = SingleSignOn>
84 m_singleSignOnHasBeenSet =
true;
85 m_singleSignOn = std::forward<SingleSignOnT>(value);
87 template <
typename SingleSignOnT = SingleSignOn>
101 template <
typename DomainExecutionRoleT = Aws::String>
103 m_domainExecutionRoleHasBeenSet =
true;
104 m_domainExecutionRole = std::forward<DomainExecutionRoleT>(value);
106 template <
typename DomainExecutionRoleT = Aws::String>
119 template <
typename ServiceRoleT = Aws::String>
121 m_serviceRoleHasBeenSet =
true;
122 m_serviceRole = std::forward<ServiceRoleT>(value);
124 template <
typename ServiceRoleT = Aws::String>
137 template <
typename NameT = Aws::String>
139 m_nameHasBeenSet =
true;
140 m_name = std::forward<NameT>(value);
142 template <
typename NameT = Aws::String>
144 SetName(std::forward<NameT>(value));
156 template <
typename ClientTokenT = Aws::String>
158 m_clientTokenHasBeenSet =
true;
159 m_clientToken = std::forward<ClientTokenT>(value);
161 template <
typename ClientTokenT = Aws::String>
181 bool m_identifierHasBeenSet =
false;
182 bool m_descriptionHasBeenSet =
false;
183 bool m_singleSignOnHasBeenSet =
false;
184 bool m_domainExecutionRoleHasBeenSet =
false;
185 bool m_serviceRoleHasBeenSet =
false;
186 bool m_nameHasBeenSet =
false;
187 bool m_clientTokenHasBeenSet =
true;
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