7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/datazone/DataZone_EXPORTS.h>
10#include <aws/datazone/model/DomainStatus.h>
11#include <aws/datazone/model/DomainVersion.h>
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));
61 template <
typename NameT = Aws::String>
63 m_nameHasBeenSet =
true;
64 m_name = std::forward<NameT>(value);
66 template <
typename NameT = Aws::String>
68 SetName(std::forward<NameT>(value));
79 template <
typename DescriptionT = Aws::String>
81 m_descriptionHasBeenSet =
true;
82 m_description = std::forward<DescriptionT>(value);
84 template <
typename DescriptionT = Aws::String>
97 template <
typename ArnT = Aws::String>
99 m_arnHasBeenSet =
true;
100 m_arn = std::forward<ArnT>(value);
102 template <
typename ArnT = Aws::String>
104 SetArn(std::forward<ArnT>(value));
116 template <
typename ManagedAccountIdT = Aws::String>
118 m_managedAccountIdHasBeenSet =
true;
119 m_managedAccountId = std::forward<ManagedAccountIdT>(value);
121 template <
typename ManagedAccountIdT = Aws::String>
135 m_statusHasBeenSet =
true;
150 template <
typename PortalUrlT = Aws::String>
152 m_portalUrlHasBeenSet =
true;
153 m_portalUrl = std::forward<PortalUrlT>(value);
155 template <
typename PortalUrlT = Aws::String>
168 template <
typename CreatedAtT = Aws::Utils::DateTime>
170 m_createdAtHasBeenSet =
true;
171 m_createdAt = std::forward<CreatedAtT>(value);
173 template <
typename CreatedAtT = Aws::Utils::DateTime>
186 template <
typename LastUpdatedAtT = Aws::Utils::DateTime>
188 m_lastUpdatedAtHasBeenSet =
true;
189 m_lastUpdatedAt = std::forward<LastUpdatedAtT>(value);
191 template <
typename LastUpdatedAtT = Aws::Utils::DateTime>
205 m_domainVersionHasBeenSet =
true;
206 m_domainVersion = value;
233 bool m_idHasBeenSet =
false;
234 bool m_nameHasBeenSet =
false;
235 bool m_descriptionHasBeenSet =
false;
236 bool m_arnHasBeenSet =
false;
237 bool m_managedAccountIdHasBeenSet =
false;
238 bool m_statusHasBeenSet =
false;
239 bool m_portalUrlHasBeenSet =
false;
240 bool m_createdAtHasBeenSet =
false;
241 bool m_lastUpdatedAtHasBeenSet =
false;
242 bool m_domainVersionHasBeenSet =
false;
const Aws::String & GetId() const
bool DescriptionHasBeenSet() const
bool DomainVersionHasBeenSet() const
DomainSummary & WithLastUpdatedAt(LastUpdatedAtT &&value)
const Aws::String & GetDescription() const
bool PortalUrlHasBeenSet() const
DomainSummary & WithManagedAccountId(ManagedAccountIdT &&value)
const Aws::String & GetManagedAccountId() const
bool IdHasBeenSet() const
bool ArnHasBeenSet() const
DomainSummary & WithArn(ArnT &&value)
bool ManagedAccountIdHasBeenSet() const
DomainStatus GetStatus() const
AWS_DATAZONE_API DomainSummary()=default
const Aws::String & GetName() const
void SetDescription(DescriptionT &&value)
bool NameHasBeenSet() const
const Aws::Utils::DateTime & GetLastUpdatedAt() const
void SetStatus(DomainStatus value)
bool CreatedAtHasBeenSet() const
DomainSummary & WithName(NameT &&value)
const Aws::String & GetPortalUrl() const
DomainSummary & WithDescription(DescriptionT &&value)
bool LastUpdatedAtHasBeenSet() const
bool StatusHasBeenSet() const
void SetLastUpdatedAt(LastUpdatedAtT &&value)
void SetPortalUrl(PortalUrlT &&value)
AWS_DATAZONE_API DomainSummary(Aws::Utils::Json::JsonView jsonValue)
DomainSummary & WithCreatedAt(CreatedAtT &&value)
void SetManagedAccountId(ManagedAccountIdT &&value)
DomainSummary & WithId(IdT &&value)
DomainSummary & WithDomainVersion(DomainVersion value)
void SetArn(ArnT &&value)
DomainSummary & WithPortalUrl(PortalUrlT &&value)
DomainVersion GetDomainVersion() const
const Aws::String & GetArn() const
void SetDomainVersion(DomainVersion value)
AWS_DATAZONE_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::Utils::DateTime & GetCreatedAt() const
DomainSummary & WithStatus(DomainStatus value)
void SetName(NameT &&value)
void SetCreatedAt(CreatedAtT &&value)
AWS_DATAZONE_API DomainSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue