7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/DateTime.h>
9#include <aws/core/utils/memory/stl/AWSMap.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
11#include <aws/core/utils/memory/stl/AWSVector.h>
12#include <aws/datazone/DataZone_EXPORTS.h>
13#include <aws/datazone/model/DeleteProgress.h>
14#include <aws/datazone/model/DomainStatus.h>
15#include <aws/datazone/model/DomainVersion.h>
16#include <aws/datazone/model/FailureReason.h>
17#include <aws/datazone/model/SingleSignOn.h>
22template <
typename RESULT_TYPE>
23class AmazonWebServiceResult;
43 template <
typename IdT = Aws::String>
45 m_idHasBeenSet =
true;
46 m_id = std::forward<IdT>(value);
48 template <
typename IdT = Aws::String>
50 SetId(std::forward<IdT>(value));
60 template <
typename RootDomainUnitIdT = Aws::String>
62 m_rootDomainUnitIdHasBeenSet =
true;
63 m_rootDomainUnitId = std::forward<RootDomainUnitIdT>(value);
65 template <
typename RootDomainUnitIdT = Aws::String>
77 template <
typename NameT = Aws::String>
79 m_nameHasBeenSet =
true;
80 m_name = std::forward<NameT>(value);
82 template <
typename NameT = Aws::String>
84 SetName(std::forward<NameT>(value));
94 template <
typename DescriptionT = Aws::String>
96 m_descriptionHasBeenSet =
true;
97 m_description = std::forward<DescriptionT>(value);
99 template <
typename DescriptionT = Aws::String>
111 template <
typename SingleSignOnT = SingleSignOn>
113 m_singleSignOnHasBeenSet =
true;
114 m_singleSignOn = std::forward<SingleSignOnT>(value);
116 template <
typename SingleSignOnT = SingleSignOn>
129 template <
typename DomainExecutionRoleT = Aws::String>
131 m_domainExecutionRoleHasBeenSet =
true;
132 m_domainExecutionRole = std::forward<DomainExecutionRoleT>(value);
134 template <
typename DomainExecutionRoleT = Aws::String>
146 template <
typename ArnT = Aws::String>
148 m_arnHasBeenSet =
true;
149 m_arn = std::forward<ArnT>(value);
151 template <
typename ArnT = Aws::String>
153 SetArn(std::forward<ArnT>(value));
165 template <
typename KmsKeyIdentifierT = Aws::String>
167 m_kmsKeyIdentifierHasBeenSet =
true;
168 m_kmsKeyIdentifier = std::forward<KmsKeyIdentifierT>(value);
170 template <
typename KmsKeyIdentifierT = Aws::String>
183 m_statusHasBeenSet =
true;
197 template <
typename PortalUrlT = Aws::String>
199 m_portalUrlHasBeenSet =
true;
200 m_portalUrl = std::forward<PortalUrlT>(value);
202 template <
typename PortalUrlT = Aws::String>
214 template <
typename CreatedAtT = Aws::Utils::DateTime>
216 m_createdAtHasBeenSet =
true;
217 m_createdAt = std::forward<CreatedAtT>(value);
219 template <
typename CreatedAtT = Aws::Utils::DateTime>
231 template <
typename LastUpdatedAtT = Aws::Utils::DateTime>
233 m_lastUpdatedAtHasBeenSet =
true;
234 m_lastUpdatedAt = std::forward<LastUpdatedAtT>(value);
236 template <
typename LastUpdatedAtT = Aws::Utils::DateTime>
248 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
250 m_tagsHasBeenSet =
true;
251 m_tags = std::forward<TagsT>(value);
253 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
255 SetTags(std::forward<TagsT>(value));
258 template <
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
260 m_tagsHasBeenSet =
true;
261 m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
272 m_domainVersionHasBeenSet =
true;
273 m_domainVersion = value;
286 template <
typename ServiceRoleT = Aws::String>
288 m_serviceRoleHasBeenSet =
true;
289 m_serviceRole = std::forward<ServiceRoleT>(value);
291 template <
typename ServiceRoleT = Aws::String>
304 template <
typename FailureReasonsT = Aws::Vector<FailureReason>>
306 m_failureReasonsHasBeenSet =
true;
307 m_failureReasons = std::forward<FailureReasonsT>(value);
309 template <
typename FailureReasonsT = Aws::Vector<FailureReason>>
314 template <
typename FailureReasonsT = FailureReason>
316 m_failureReasonsHasBeenSet =
true;
317 m_failureReasons.emplace_back(std::forward<FailureReasonsT>(value));
328 template <
typename DeleteProgressT = DeleteProgress>
330 m_deleteProgressHasBeenSet =
true;
331 m_deleteProgress = std::forward<DeleteProgressT>(value);
333 template <
typename DeleteProgressT = DeleteProgress>
343 template <
typename RequestIdT = Aws::String>
345 m_requestIdHasBeenSet =
true;
346 m_requestId = std::forward<RequestIdT>(value);
348 template <
typename RequestIdT = Aws::String>
389 DeleteProgress m_deleteProgress;
393 bool m_idHasBeenSet =
false;
394 bool m_rootDomainUnitIdHasBeenSet =
false;
395 bool m_nameHasBeenSet =
false;
396 bool m_descriptionHasBeenSet =
false;
397 bool m_singleSignOnHasBeenSet =
false;
398 bool m_domainExecutionRoleHasBeenSet =
false;
399 bool m_arnHasBeenSet =
false;
400 bool m_kmsKeyIdentifierHasBeenSet =
false;
401 bool m_statusHasBeenSet =
false;
402 bool m_portalUrlHasBeenSet =
false;
403 bool m_createdAtHasBeenSet =
false;
404 bool m_lastUpdatedAtHasBeenSet =
false;
405 bool m_tagsHasBeenSet =
false;
406 bool m_domainVersionHasBeenSet =
false;
407 bool m_serviceRoleHasBeenSet =
false;
408 bool m_failureReasonsHasBeenSet =
false;
409 bool m_deleteProgressHasBeenSet =
false;
410 bool m_requestIdHasBeenSet =
false;
void SetDescription(DescriptionT &&value)
const Aws::Utils::DateTime & GetCreatedAt() const
AWS_DATAZONE_API GetDomainResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetFailureReasons(FailureReasonsT &&value)
DomainStatus GetStatus() const
void SetLastUpdatedAt(LastUpdatedAtT &&value)
AWS_DATAZONE_API GetDomainResult()=default
void SetArn(ArnT &&value)
void SetRequestId(RequestIdT &&value)
const Aws::String & GetDomainExecutionRole() const
void SetCreatedAt(CreatedAtT &&value)
GetDomainResult & WithTags(TagsT &&value)
void SetDeleteProgress(DeleteProgressT &&value)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
GetDomainResult & WithLastUpdatedAt(LastUpdatedAtT &&value)
GetDomainResult & WithPortalUrl(PortalUrlT &&value)
GetDomainResult & WithRequestId(RequestIdT &&value)
GetDomainResult & WithDomainVersion(DomainVersion value)
void SetRootDomainUnitId(RootDomainUnitIdT &&value)
GetDomainResult & WithName(NameT &&value)
void SetDomainExecutionRole(DomainExecutionRoleT &&value)
void SetServiceRole(ServiceRoleT &&value)
const Aws::Vector< FailureReason > & GetFailureReasons() const
const Aws::String & GetName() const
GetDomainResult & WithKmsKeyIdentifier(KmsKeyIdentifierT &&value)
const Aws::String & GetRootDomainUnitId() const
const Aws::String & GetId() const
void SetDomainVersion(DomainVersion value)
GetDomainResult & WithCreatedAt(CreatedAtT &&value)
void SetStatus(DomainStatus value)
const DeleteProgress & GetDeleteProgress() const
GetDomainResult & WithDeleteProgress(DeleteProgressT &&value)
void SetSingleSignOn(SingleSignOnT &&value)
void SetPortalUrl(PortalUrlT &&value)
GetDomainResult & WithDescription(DescriptionT &&value)
const SingleSignOn & GetSingleSignOn() const
GetDomainResult & AddFailureReasons(FailureReasonsT &&value)
void SetTags(TagsT &&value)
GetDomainResult & WithSingleSignOn(SingleSignOnT &&value)
GetDomainResult & WithStatus(DomainStatus value)
GetDomainResult & WithRootDomainUnitId(RootDomainUnitIdT &&value)
const Aws::String & GetDescription() const
GetDomainResult & AddTags(TagsKeyT &&key, TagsValueT &&value)
void SetKmsKeyIdentifier(KmsKeyIdentifierT &&value)
GetDomainResult & WithFailureReasons(FailureReasonsT &&value)
GetDomainResult & WithDomainExecutionRole(DomainExecutionRoleT &&value)
const Aws::String & GetArn() const
const Aws::String & GetRequestId() const
GetDomainResult & WithId(IdT &&value)
const Aws::Map< Aws::String, Aws::String > & GetTags() const
void SetName(NameT &&value)
const Aws::String & GetServiceRole() const
GetDomainResult & WithArn(ArnT &&value)
AWS_DATAZONE_API GetDomainResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetKmsKeyIdentifier() const
const Aws::Utils::DateTime & GetLastUpdatedAt() const
const Aws::String & GetPortalUrl() const
DomainVersion GetDomainVersion() const
GetDomainResult & WithServiceRole(ServiceRoleT &&value)
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
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue