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>
42 template <
typename ClientTokenT = Aws::String>
44 m_clientTokenHasBeenSet =
true;
45 m_clientToken = std::forward<ClientTokenT>(value);
47 template <
typename ClientTokenT = Aws::String>
60 template <
typename DescriptionT = Aws::String>
62 m_descriptionHasBeenSet =
true;
63 m_description = std::forward<DescriptionT>(value);
65 template <
typename DescriptionT = Aws::String>
80 template <
typename DomainExecutionRoleT = Aws::String>
82 m_domainExecutionRoleHasBeenSet =
true;
83 m_domainExecutionRole = std::forward<DomainExecutionRoleT>(value);
85 template <
typename DomainExecutionRoleT = Aws::String>
99 m_domainVersionHasBeenSet =
true;
100 m_domainVersion = value;
116 template <
typename KmsKeyIdentifierT = Aws::String>
118 m_kmsKeyIdentifierHasBeenSet =
true;
119 m_kmsKeyIdentifier = std::forward<KmsKeyIdentifierT>(value);
121 template <
typename KmsKeyIdentifierT = Aws::String>
134 template <
typename NameT = Aws::String>
136 m_nameHasBeenSet =
true;
137 m_name = std::forward<NameT>(value);
139 template <
typename NameT = Aws::String>
141 SetName(std::forward<NameT>(value));
152 template <
typename ServiceRoleT = Aws::String>
154 m_serviceRoleHasBeenSet =
true;
155 m_serviceRole = std::forward<ServiceRoleT>(value);
157 template <
typename ServiceRoleT = Aws::String>
170 template <
typename SingleSignOnT = SingleSignOn>
172 m_singleSignOnHasBeenSet =
true;
173 m_singleSignOn = std::forward<SingleSignOnT>(value);
175 template <
typename SingleSignOnT = SingleSignOn>
188 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
190 m_tagsHasBeenSet =
true;
191 m_tags = std::forward<TagsT>(value);
193 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
195 SetTags(std::forward<TagsT>(value));
198 template <
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
200 m_tagsHasBeenSet =
true;
201 m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
207 bool m_clientTokenHasBeenSet =
true;
210 bool m_descriptionHasBeenSet =
false;
213 bool m_domainExecutionRoleHasBeenSet =
false;
216 bool m_domainVersionHasBeenSet =
false;
219 bool m_kmsKeyIdentifierHasBeenSet =
false;
222 bool m_nameHasBeenSet =
false;
225 bool m_serviceRoleHasBeenSet =
false;
227 SingleSignOn m_singleSignOn;
228 bool m_singleSignOnHasBeenSet =
false;
231 bool m_tagsHasBeenSet =
false;
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