7#include <aws/core/utils/DateTime.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>
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 CreatedAtT = Aws::Utils::DateTime>
212 m_createdAtHasBeenSet =
true;
213 m_createdAt = std::forward<CreatedAtT>(value);
215 template <
typename CreatedAtT = Aws::Utils::DateTime>
227 template <
typename LastUpdatedAtT = Aws::Utils::DateTime>
229 m_lastUpdatedAtHasBeenSet =
true;
230 m_lastUpdatedAt = std::forward<LastUpdatedAtT>(value);
232 template <
typename LastUpdatedAtT = Aws::Utils::DateTime>
244 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
246 m_tagsHasBeenSet =
true;
247 m_tags = std::forward<TagsT>(value);
249 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
251 SetTags(std::forward<TagsT>(value));
254 template <
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
256 m_tagsHasBeenSet =
true;
257 m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
268 m_domainVersionHasBeenSet =
true;
269 m_domainVersion = value;
282 template <
typename ServiceRoleT = Aws::String>
284 m_serviceRoleHasBeenSet =
true;
285 m_serviceRole = std::forward<ServiceRoleT>(value);
287 template <
typename ServiceRoleT = Aws::String>
297 template <
typename RequestIdT = Aws::String>
299 m_requestIdHasBeenSet =
true;
300 m_requestId = std::forward<RequestIdT>(value);
302 template <
typename RequestIdT = Aws::String>
340 bool m_idHasBeenSet =
false;
341 bool m_rootDomainUnitIdHasBeenSet =
false;
342 bool m_nameHasBeenSet =
false;
343 bool m_descriptionHasBeenSet =
false;
344 bool m_singleSignOnHasBeenSet =
false;
345 bool m_domainExecutionRoleHasBeenSet =
false;
346 bool m_arnHasBeenSet =
false;
347 bool m_kmsKeyIdentifierHasBeenSet =
false;
348 bool m_statusHasBeenSet =
false;
349 bool m_portalUrlHasBeenSet =
false;
350 bool m_createdAtHasBeenSet =
false;
351 bool m_lastUpdatedAtHasBeenSet =
false;
352 bool m_tagsHasBeenSet =
false;
353 bool m_domainVersionHasBeenSet =
false;
354 bool m_serviceRoleHasBeenSet =
false;
355 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)
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