7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/memory/stl/AWSMap.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/datazone/DataZone_EXPORTS.h>
11#include <aws/datazone/model/DomainStatus.h>
12#include <aws/datazone/model/DomainVersion.h>
13#include <aws/datazone/model/SingleSignOn.h>
18template <
typename RESULT_TYPE>
19class AmazonWebServiceResult;
39 template <
typename IdT = Aws::String>
41 m_idHasBeenSet =
true;
42 m_id = std::forward<IdT>(value);
44 template <
typename IdT = Aws::String>
46 SetId(std::forward<IdT>(value));
56 template <
typename RootDomainUnitIdT = Aws::String>
58 m_rootDomainUnitIdHasBeenSet =
true;
59 m_rootDomainUnitId = std::forward<RootDomainUnitIdT>(value);
61 template <
typename RootDomainUnitIdT = Aws::String>
73 template <
typename NameT = Aws::String>
75 m_nameHasBeenSet =
true;
76 m_name = std::forward<NameT>(value);
78 template <
typename NameT = Aws::String>
80 SetName(std::forward<NameT>(value));
90 template <
typename DescriptionT = Aws::String>
92 m_descriptionHasBeenSet =
true;
93 m_description = std::forward<DescriptionT>(value);
95 template <
typename DescriptionT = Aws::String>
107 template <
typename SingleSignOnT = SingleSignOn>
109 m_singleSignOnHasBeenSet =
true;
110 m_singleSignOn = std::forward<SingleSignOnT>(value);
112 template <
typename SingleSignOnT = SingleSignOn>
126 template <
typename DomainExecutionRoleT = Aws::String>
128 m_domainExecutionRoleHasBeenSet =
true;
129 m_domainExecutionRole = std::forward<DomainExecutionRoleT>(value);
131 template <
typename DomainExecutionRoleT = Aws::String>
143 template <
typename ArnT = Aws::String>
145 m_arnHasBeenSet =
true;
146 m_arn = std::forward<ArnT>(value);
148 template <
typename ArnT = Aws::String>
150 SetArn(std::forward<ArnT>(value));
162 template <
typename KmsKeyIdentifierT = Aws::String>
164 m_kmsKeyIdentifierHasBeenSet =
true;
165 m_kmsKeyIdentifier = std::forward<KmsKeyIdentifierT>(value);
167 template <
typename KmsKeyIdentifierT = Aws::String>
180 m_statusHasBeenSet =
true;
194 template <
typename PortalUrlT = Aws::String>
196 m_portalUrlHasBeenSet =
true;
197 m_portalUrl = std::forward<PortalUrlT>(value);
199 template <
typename PortalUrlT = Aws::String>
211 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
213 m_tagsHasBeenSet =
true;
214 m_tags = std::forward<TagsT>(value);
216 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
218 SetTags(std::forward<TagsT>(value));
221 template <
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
223 m_tagsHasBeenSet =
true;
224 m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
235 m_domainVersionHasBeenSet =
true;
236 m_domainVersion = value;
249 template <
typename ServiceRoleT = Aws::String>
251 m_serviceRoleHasBeenSet =
true;
252 m_serviceRole = std::forward<ServiceRoleT>(value);
254 template <
typename ServiceRoleT = Aws::String>
264 template <
typename RequestIdT = Aws::String>
266 m_requestIdHasBeenSet =
true;
267 m_requestId = std::forward<RequestIdT>(value);
269 template <
typename RequestIdT = Aws::String>
306 bool m_idHasBeenSet =
false;
307 bool m_rootDomainUnitIdHasBeenSet =
false;
308 bool m_nameHasBeenSet =
false;
309 bool m_descriptionHasBeenSet =
false;
310 bool m_singleSignOnHasBeenSet =
false;
311 bool m_domainExecutionRoleHasBeenSet =
false;
312 bool m_arnHasBeenSet =
false;
313 bool m_kmsKeyIdentifierHasBeenSet =
false;
314 bool m_statusHasBeenSet =
false;
315 bool m_portalUrlHasBeenSet =
false;
316 bool m_tagsHasBeenSet =
false;
317 bool m_domainVersionHasBeenSet =
false;
318 bool m_serviceRoleHasBeenSet =
false;
319 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::Http::HttpResponseCode GetHttpResponseCode() const
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