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/datazone/DataZone_EXPORTS.h>
12#include <aws/datazone/model/DomainStatus.h>
13#include <aws/datazone/model/DomainVersion.h>
14#include <aws/datazone/model/SingleSignOn.h>
19template <
typename RESULT_TYPE>
20class AmazonWebServiceResult;
40 template <
typename IdT = Aws::String>
42 m_idHasBeenSet =
true;
43 m_id = std::forward<IdT>(value);
45 template <
typename IdT = Aws::String>
47 SetId(std::forward<IdT>(value));
57 template <
typename RootDomainUnitIdT = Aws::String>
59 m_rootDomainUnitIdHasBeenSet =
true;
60 m_rootDomainUnitId = std::forward<RootDomainUnitIdT>(value);
62 template <
typename RootDomainUnitIdT = Aws::String>
74 template <
typename NameT = Aws::String>
76 m_nameHasBeenSet =
true;
77 m_name = std::forward<NameT>(value);
79 template <
typename NameT = Aws::String>
81 SetName(std::forward<NameT>(value));
91 template <
typename DescriptionT = Aws::String>
93 m_descriptionHasBeenSet =
true;
94 m_description = std::forward<DescriptionT>(value);
96 template <
typename DescriptionT = Aws::String>
108 template <
typename SingleSignOnT = SingleSignOn>
110 m_singleSignOnHasBeenSet =
true;
111 m_singleSignOn = std::forward<SingleSignOnT>(value);
113 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 CreatedAtT = Aws::Utils::DateTime>
213 m_createdAtHasBeenSet =
true;
214 m_createdAt = std::forward<CreatedAtT>(value);
216 template <
typename CreatedAtT = Aws::Utils::DateTime>
228 template <
typename LastUpdatedAtT = Aws::Utils::DateTime>
230 m_lastUpdatedAtHasBeenSet =
true;
231 m_lastUpdatedAt = std::forward<LastUpdatedAtT>(value);
233 template <
typename LastUpdatedAtT = Aws::Utils::DateTime>
245 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
247 m_tagsHasBeenSet =
true;
248 m_tags = std::forward<TagsT>(value);
250 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
252 SetTags(std::forward<TagsT>(value));
255 template <
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
257 m_tagsHasBeenSet =
true;
258 m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
269 m_domainVersionHasBeenSet =
true;
270 m_domainVersion = value;
283 template <
typename ServiceRoleT = Aws::String>
285 m_serviceRoleHasBeenSet =
true;
286 m_serviceRole = std::forward<ServiceRoleT>(value);
288 template <
typename ServiceRoleT = Aws::String>
298 template <
typename RequestIdT = Aws::String>
300 m_requestIdHasBeenSet =
true;
301 m_requestId = std::forward<RequestIdT>(value);
303 template <
typename RequestIdT = Aws::String>
344 bool m_idHasBeenSet =
false;
345 bool m_rootDomainUnitIdHasBeenSet =
false;
346 bool m_nameHasBeenSet =
false;
347 bool m_descriptionHasBeenSet =
false;
348 bool m_singleSignOnHasBeenSet =
false;
349 bool m_domainExecutionRoleHasBeenSet =
false;
350 bool m_arnHasBeenSet =
false;
351 bool m_kmsKeyIdentifierHasBeenSet =
false;
352 bool m_statusHasBeenSet =
false;
353 bool m_portalUrlHasBeenSet =
false;
354 bool m_createdAtHasBeenSet =
false;
355 bool m_lastUpdatedAtHasBeenSet =
false;
356 bool m_tagsHasBeenSet =
false;
357 bool m_domainVersionHasBeenSet =
false;
358 bool m_serviceRoleHasBeenSet =
false;
359 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)
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)
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::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)
void SetSingleSignOn(SingleSignOnT &&value)
void SetPortalUrl(PortalUrlT &&value)
GetDomainResult & WithDescription(DescriptionT &&value)
const SingleSignOn & GetSingleSignOn() const
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 & 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
Aws::Utils::Json::JsonValue JsonValue