7#include <aws/core/utils/UUID.h>
8#include <aws/core/utils/memory/stl/AWSMap.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/datazone/DataZoneRequest.h>
11#include <aws/datazone/DataZone_EXPORTS.h>
12#include <aws/datazone/model/DomainVersion.h>
13#include <aws/datazone/model/SingleSignOn.h>
41 template <
typename NameT = Aws::String>
43 m_nameHasBeenSet =
true;
44 m_name = std::forward<NameT>(value);
46 template <
typename NameT = Aws::String>
48 SetName(std::forward<NameT>(value));
59 template <
typename DescriptionT = Aws::String>
61 m_descriptionHasBeenSet =
true;
62 m_description = std::forward<DescriptionT>(value);
64 template <
typename DescriptionT = Aws::String>
77 template <
typename SingleSignOnT = SingleSignOn>
79 m_singleSignOnHasBeenSet =
true;
80 m_singleSignOn = std::forward<SingleSignOnT>(value);
82 template <
typename SingleSignOnT = SingleSignOn>
97 template <
typename DomainExecutionRoleT = Aws::String>
99 m_domainExecutionRoleHasBeenSet =
true;
100 m_domainExecutionRole = std::forward<DomainExecutionRoleT>(value);
102 template <
typename DomainExecutionRoleT = Aws::String>
117 template <
typename KmsKeyIdentifierT = Aws::String>
119 m_kmsKeyIdentifierHasBeenSet =
true;
120 m_kmsKeyIdentifier = std::forward<KmsKeyIdentifierT>(value);
122 template <
typename KmsKeyIdentifierT = Aws::String>
135 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
137 m_tagsHasBeenSet =
true;
138 m_tags = std::forward<TagsT>(value);
140 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
142 SetTags(std::forward<TagsT>(value));
145 template <
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
147 m_tagsHasBeenSet =
true;
148 m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
160 m_domainVersionHasBeenSet =
true;
161 m_domainVersion = value;
175 template <
typename ServiceRoleT = Aws::String>
177 m_serviceRoleHasBeenSet =
true;
178 m_serviceRole = std::forward<ServiceRoleT>(value);
180 template <
typename ServiceRoleT = Aws::String>
194 template <
typename ClientTokenT = Aws::String>
196 m_clientTokenHasBeenSet =
true;
197 m_clientToken = std::forward<ClientTokenT>(value);
199 template <
typename ClientTokenT = Aws::String>
223 bool m_nameHasBeenSet =
false;
224 bool m_descriptionHasBeenSet =
false;
225 bool m_singleSignOnHasBeenSet =
false;
226 bool m_domainExecutionRoleHasBeenSet =
false;
227 bool m_kmsKeyIdentifierHasBeenSet =
false;
228 bool m_tagsHasBeenSet =
false;
229 bool m_domainVersionHasBeenSet =
false;
230 bool m_serviceRoleHasBeenSet =
false;
231 bool m_clientTokenHasBeenSet =
true;
CreateDomainRequest & WithTags(TagsT &&value)
CreateDomainRequest & WithKmsKeyIdentifier(KmsKeyIdentifierT &&value)
void SetServiceRole(ServiceRoleT &&value)
void SetTags(TagsT &&value)
AWS_DATAZONE_API Aws::String SerializePayload() const override
void SetSingleSignOn(SingleSignOnT &&value)
CreateDomainRequest & WithDomainExecutionRole(DomainExecutionRoleT &&value)
CreateDomainRequest & WithDomainVersion(DomainVersion value)
bool NameHasBeenSet() const
bool DomainVersionHasBeenSet() const
bool DomainExecutionRoleHasBeenSet() const
bool ServiceRoleHasBeenSet() const
const Aws::String & GetDomainExecutionRole() const
bool DescriptionHasBeenSet() const
const Aws::String & GetName() const
const Aws::String & GetClientToken() const
CreateDomainRequest & WithName(NameT &&value)
const SingleSignOn & GetSingleSignOn() const
bool ClientTokenHasBeenSet() const
CreateDomainRequest & WithSingleSignOn(SingleSignOnT &&value)
CreateDomainRequest & WithClientToken(ClientTokenT &&value)
virtual const char * GetServiceRequestName() const override
void SetDomainVersion(DomainVersion value)
const Aws::String & GetServiceRole() const
bool SingleSignOnHasBeenSet() const
const Aws::String & GetKmsKeyIdentifier() const
const Aws::String & GetDescription() const
CreateDomainRequest & AddTags(TagsKeyT &&key, TagsValueT &&value)
CreateDomainRequest & WithServiceRole(ServiceRoleT &&value)
AWS_DATAZONE_API CreateDomainRequest()=default
bool KmsKeyIdentifierHasBeenSet() const
DomainVersion GetDomainVersion() const
void SetDescription(DescriptionT &&value)
const Aws::Map< Aws::String, Aws::String > & GetTags() const
void SetKmsKeyIdentifier(KmsKeyIdentifierT &&value)
void SetName(NameT &&value)
void SetClientToken(ClientTokenT &&value)
CreateDomainRequest & WithDescription(DescriptionT &&value)
void SetDomainExecutionRole(DomainExecutionRoleT &&value)
bool TagsHasBeenSet() const
static Aws::Utils::UUID PseudoRandomUUID()
std::map< K, V, std::less< K >, Aws::Allocator< std::pair< const K, V > > > Map
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String