7#include <aws/datazone/DataZone_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/DateTime.h>
10#include <aws/datazone/model/DomainVersion.h>
11#include <aws/datazone/model/SingleSignOn.h>
12#include <aws/datazone/model/DomainStatus.h>
13#include <aws/core/utils/memory/stl/AWSMap.h>
18template<
typename RESULT_TYPE>
19class AmazonWebServiceResult;
45 template<
typename ArnT = Aws::String>
46 void SetArn(ArnT&& value) { m_arnHasBeenSet =
true; m_arn = std::forward<ArnT>(value); }
47 template<
typename ArnT = Aws::String>
56 template<
typename CreatedAtT = Aws::Utils::DateTime>
57 void SetCreatedAt(CreatedAtT&& value) { m_createdAtHasBeenSet =
true; m_createdAt = std::forward<CreatedAtT>(value); }
58 template<
typename CreatedAtT = Aws::Utils::DateTime>
67 template<
typename DescriptionT = Aws::String>
68 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
69 template<
typename DescriptionT = Aws::String>
79 template<
typename DomainExecutionRoleT = Aws::String>
80 void SetDomainExecutionRole(DomainExecutionRoleT&& value) { m_domainExecutionRoleHasBeenSet =
true; m_domainExecutionRole = std::forward<DomainExecutionRoleT>(value); }
81 template<
typename DomainExecutionRoleT = Aws::String>
99 template<
typename IdT = Aws::String>
100 void SetId(IdT&& value) { m_idHasBeenSet =
true; m_id = std::forward<IdT>(value); }
101 template<
typename IdT = Aws::String>
112 template<
typename KmsKeyIdentifierT = Aws::String>
113 void SetKmsKeyIdentifier(KmsKeyIdentifierT&& value) { m_kmsKeyIdentifierHasBeenSet =
true; m_kmsKeyIdentifier = std::forward<KmsKeyIdentifierT>(value); }
114 template<
typename KmsKeyIdentifierT = Aws::String>
123 template<
typename LastUpdatedAtT = Aws::Utils::DateTime>
124 void SetLastUpdatedAt(LastUpdatedAtT&& value) { m_lastUpdatedAtHasBeenSet =
true; m_lastUpdatedAt = std::forward<LastUpdatedAtT>(value); }
125 template<
typename LastUpdatedAtT = Aws::Utils::DateTime>
134 template<
typename NameT = Aws::String>
135 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
136 template<
typename NameT = Aws::String>
145 template<
typename PortalUrlT = Aws::String>
146 void SetPortalUrl(PortalUrlT&& value) { m_portalUrlHasBeenSet =
true; m_portalUrl = std::forward<PortalUrlT>(value); }
147 template<
typename PortalUrlT = Aws::String>
156 template<
typename RootDomainUnitIdT = Aws::String>
157 void SetRootDomainUnitId(RootDomainUnitIdT&& value) { m_rootDomainUnitIdHasBeenSet =
true; m_rootDomainUnitId = std::forward<RootDomainUnitIdT>(value); }
158 template<
typename RootDomainUnitIdT = Aws::String>
167 template<
typename ServiceRoleT = Aws::String>
168 void SetServiceRole(ServiceRoleT&& value) { m_serviceRoleHasBeenSet =
true; m_serviceRole = std::forward<ServiceRoleT>(value); }
169 template<
typename ServiceRoleT = Aws::String>
178 template<
typename SingleSignOnT = SingleSignOn>
179 void SetSingleSignOn(SingleSignOnT&& value) { m_singleSignOnHasBeenSet =
true; m_singleSignOn = std::forward<SingleSignOnT>(value); }
180 template<
typename SingleSignOnT = SingleSignOn>
198 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
199 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
200 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
202 template<
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
204 m_tagsHasBeenSet =
true; m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
return *
this;
211 template<
typename RequestIdT = Aws::String>
212 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
213 template<
typename RequestIdT = Aws::String>
219 bool m_arnHasBeenSet =
false;
222 bool m_createdAtHasBeenSet =
false;
225 bool m_descriptionHasBeenSet =
false;
228 bool m_domainExecutionRoleHasBeenSet =
false;
231 bool m_domainVersionHasBeenSet =
false;
234 bool m_idHasBeenSet =
false;
237 bool m_kmsKeyIdentifierHasBeenSet =
false;
240 bool m_lastUpdatedAtHasBeenSet =
false;
243 bool m_nameHasBeenSet =
false;
246 bool m_portalUrlHasBeenSet =
false;
249 bool m_rootDomainUnitIdHasBeenSet =
false;
252 bool m_serviceRoleHasBeenSet =
false;
254 SingleSignOn m_singleSignOn;
255 bool m_singleSignOnHasBeenSet =
false;
258 bool m_statusHasBeenSet =
false;
261 bool m_tagsHasBeenSet =
false;
264 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