7#include <aws/core/utils/memory/stl/AWSMap.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/datazone/DataZone_EXPORTS.h>
10#include <aws/datazone/model/DomainStatus.h>
11#include <aws/datazone/model/DomainVersion.h>
12#include <aws/datazone/model/SingleSignOn.h>
17template <
typename RESULT_TYPE>
18class AmazonWebServiceResult;
38 template <
typename IdT = Aws::String>
40 m_idHasBeenSet =
true;
41 m_id = std::forward<IdT>(value);
43 template <
typename IdT = Aws::String>
45 SetId(std::forward<IdT>(value));
55 template <
typename RootDomainUnitIdT = Aws::String>
57 m_rootDomainUnitIdHasBeenSet =
true;
58 m_rootDomainUnitId = std::forward<RootDomainUnitIdT>(value);
60 template <
typename RootDomainUnitIdT = Aws::String>
72 template <
typename NameT = Aws::String>
74 m_nameHasBeenSet =
true;
75 m_name = std::forward<NameT>(value);
77 template <
typename NameT = Aws::String>
79 SetName(std::forward<NameT>(value));
89 template <
typename DescriptionT = Aws::String>
91 m_descriptionHasBeenSet =
true;
92 m_description = std::forward<DescriptionT>(value);
94 template <
typename DescriptionT = Aws::String>
106 template <
typename SingleSignOnT = SingleSignOn>
108 m_singleSignOnHasBeenSet =
true;
109 m_singleSignOn = std::forward<SingleSignOnT>(value);
111 template <
typename SingleSignOnT = SingleSignOn>
125 template <
typename DomainExecutionRoleT = Aws::String>
127 m_domainExecutionRoleHasBeenSet =
true;
128 m_domainExecutionRole = std::forward<DomainExecutionRoleT>(value);
130 template <
typename DomainExecutionRoleT = Aws::String>
142 template <
typename ArnT = Aws::String>
144 m_arnHasBeenSet =
true;
145 m_arn = std::forward<ArnT>(value);
147 template <
typename ArnT = Aws::String>
149 SetArn(std::forward<ArnT>(value));
161 template <
typename KmsKeyIdentifierT = Aws::String>
163 m_kmsKeyIdentifierHasBeenSet =
true;
164 m_kmsKeyIdentifier = std::forward<KmsKeyIdentifierT>(value);
166 template <
typename KmsKeyIdentifierT = Aws::String>
179 m_statusHasBeenSet =
true;
193 template <
typename PortalUrlT = Aws::String>
195 m_portalUrlHasBeenSet =
true;
196 m_portalUrl = std::forward<PortalUrlT>(value);
198 template <
typename PortalUrlT = Aws::String>
210 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
212 m_tagsHasBeenSet =
true;
213 m_tags = std::forward<TagsT>(value);
215 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
217 SetTags(std::forward<TagsT>(value));
220 template <
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
222 m_tagsHasBeenSet =
true;
223 m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
234 m_domainVersionHasBeenSet =
true;
235 m_domainVersion = value;
248 template <
typename ServiceRoleT = Aws::String>
250 m_serviceRoleHasBeenSet =
true;
251 m_serviceRole = std::forward<ServiceRoleT>(value);
253 template <
typename ServiceRoleT = Aws::String>
263 template <
typename RequestIdT = Aws::String>
265 m_requestIdHasBeenSet =
true;
266 m_requestId = std::forward<RequestIdT>(value);
268 template <
typename RequestIdT = Aws::String>
302 bool m_idHasBeenSet =
false;
303 bool m_rootDomainUnitIdHasBeenSet =
false;
304 bool m_nameHasBeenSet =
false;
305 bool m_descriptionHasBeenSet =
false;
306 bool m_singleSignOnHasBeenSet =
false;
307 bool m_domainExecutionRoleHasBeenSet =
false;
308 bool m_arnHasBeenSet =
false;
309 bool m_kmsKeyIdentifierHasBeenSet =
false;
310 bool m_statusHasBeenSet =
false;
311 bool m_portalUrlHasBeenSet =
false;
312 bool m_tagsHasBeenSet =
false;
313 bool m_domainVersionHasBeenSet =
false;
314 bool m_serviceRoleHasBeenSet =
false;
315 bool m_requestIdHasBeenSet =
false;
CreateDomainResult & WithName(NameT &&value)
void SetRequestId(RequestIdT &&value)
AWS_DATAZONE_API CreateDomainResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const SingleSignOn & GetSingleSignOn() const
const Aws::String & GetRequestId() const
const Aws::String & GetRootDomainUnitId() const
void SetPortalUrl(PortalUrlT &&value)
DomainStatus GetStatus() const
void SetDomainVersion(DomainVersion value)
CreateDomainResult & WithPortalUrl(PortalUrlT &&value)
CreateDomainResult & WithArn(ArnT &&value)
void SetDomainExecutionRole(DomainExecutionRoleT &&value)
CreateDomainResult & WithId(IdT &&value)
void SetName(NameT &&value)
const Aws::String & GetId() const
void SetStatus(DomainStatus value)
CreateDomainResult & WithServiceRole(ServiceRoleT &&value)
const Aws::String & GetPortalUrl() const
CreateDomainResult & WithDomainExecutionRole(DomainExecutionRoleT &&value)
void SetRootDomainUnitId(RootDomainUnitIdT &&value)
const Aws::String & GetDomainExecutionRole() const
void SetServiceRole(ServiceRoleT &&value)
void SetSingleSignOn(SingleSignOnT &&value)
void SetTags(TagsT &&value)
CreateDomainResult & WithDomainVersion(DomainVersion value)
CreateDomainResult & WithRootDomainUnitId(RootDomainUnitIdT &&value)
AWS_DATAZONE_API CreateDomainResult()=default
CreateDomainResult & WithKmsKeyIdentifier(KmsKeyIdentifierT &&value)
AWS_DATAZONE_API CreateDomainResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
CreateDomainResult & WithStatus(DomainStatus value)
CreateDomainResult & WithSingleSignOn(SingleSignOnT &&value)
const Aws::String & GetArn() const
const Aws::String & GetServiceRole() const
const Aws::String & GetDescription() const
CreateDomainResult & AddTags(TagsKeyT &&key, TagsValueT &&value)
void SetArn(ArnT &&value)
const Aws::Map< Aws::String, Aws::String > & GetTags() const
CreateDomainResult & WithDescription(DescriptionT &&value)
DomainVersion GetDomainVersion() const
const Aws::String & GetKmsKeyIdentifier() const
void SetKmsKeyIdentifier(KmsKeyIdentifierT &&value)
void SetDescription(DescriptionT &&value)
CreateDomainResult & WithRequestId(RequestIdT &&value)
CreateDomainResult & WithTags(TagsT &&value)
const Aws::String & GetName() const
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
Aws::Utils::Json::JsonValue JsonValue