7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/voice-id/VoiceID_EXPORTS.h>
10#include <aws/voice-id/model/DomainStatus.h>
11#include <aws/voice-id/model/ServerSideEncryptionConfiguration.h>
12#include <aws/voice-id/model/ServerSideEncryptionUpdateDetails.h>
13#include <aws/voice-id/model/WatchlistDetails.h>
46 template <
typename ArnT = Aws::String>
48 m_arnHasBeenSet =
true;
49 m_arn = std::forward<ArnT>(value);
51 template <
typename ArnT = Aws::String>
53 SetArn(std::forward<ArnT>(value));
64 template <
typename CreatedAtT = Aws::Utils::DateTime>
66 m_createdAtHasBeenSet =
true;
67 m_createdAt = std::forward<CreatedAtT>(value);
69 template <
typename CreatedAtT = Aws::Utils::DateTime>
82 template <
typename DescriptionT = Aws::String>
84 m_descriptionHasBeenSet =
true;
85 m_description = std::forward<DescriptionT>(value);
87 template <
typename DescriptionT = Aws::String>
100 template <
typename DomainIdT = Aws::String>
102 m_domainIdHasBeenSet =
true;
103 m_domainId = std::forward<DomainIdT>(value);
105 template <
typename DomainIdT = Aws::String>
119 m_domainStatusHasBeenSet =
true;
120 m_domainStatus = value;
134 template <
typename NameT = Aws::String>
136 m_nameHasBeenSet =
true;
137 m_name = std::forward<NameT>(value);
139 template <
typename NameT = Aws::String>
141 SetName(std::forward<NameT>(value));
152 return m_serverSideEncryptionConfiguration;
155 template <
typename ServerS
ideEncryptionConfigurationT = ServerS
ideEncryptionConfiguration>
157 m_serverSideEncryptionConfigurationHasBeenSet =
true;
158 m_serverSideEncryptionConfiguration = std::forward<ServerSideEncryptionConfigurationT>(value);
160 template <
typename ServerS
ideEncryptionConfigurationT = ServerS
ideEncryptionConfiguration>
175 return m_serverSideEncryptionUpdateDetails;
178 template <
typename ServerS
ideEncryptionUpdateDetailsT = ServerS
ideEncryptionUpdateDetails>
180 m_serverSideEncryptionUpdateDetailsHasBeenSet =
true;
181 m_serverSideEncryptionUpdateDetails = std::forward<ServerSideEncryptionUpdateDetailsT>(value);
183 template <
typename ServerS
ideEncryptionUpdateDetailsT = ServerS
ideEncryptionUpdateDetails>
196 template <
typename UpdatedAtT = Aws::Utils::DateTime>
198 m_updatedAtHasBeenSet =
true;
199 m_updatedAt = std::forward<UpdatedAtT>(value);
201 template <
typename UpdatedAtT = Aws::Utils::DateTime>
215 template <
typename WatchlistDetailsT = WatchlistDetails>
217 m_watchlistDetailsHasBeenSet =
true;
218 m_watchlistDetails = std::forward<WatchlistDetailsT>(value);
220 template <
typename WatchlistDetailsT = WatchlistDetails>
239 ServerSideEncryptionConfiguration m_serverSideEncryptionConfiguration;
241 ServerSideEncryptionUpdateDetails m_serverSideEncryptionUpdateDetails;
245 WatchlistDetails m_watchlistDetails;
246 bool m_arnHasBeenSet =
false;
247 bool m_createdAtHasBeenSet =
false;
248 bool m_descriptionHasBeenSet =
false;
249 bool m_domainIdHasBeenSet =
false;
250 bool m_domainStatusHasBeenSet =
false;
251 bool m_nameHasBeenSet =
false;
252 bool m_serverSideEncryptionConfigurationHasBeenSet =
false;
253 bool m_serverSideEncryptionUpdateDetailsHasBeenSet =
false;
254 bool m_updatedAtHasBeenSet =
false;
255 bool m_watchlistDetailsHasBeenSet =
false;
AWS_VOICEID_API DomainSummary(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetArn() const
bool ArnHasBeenSet() const
DomainSummary & WithWatchlistDetails(WatchlistDetailsT &&value)
void SetName(NameT &&value)
void SetCreatedAt(CreatedAtT &&value)
bool DomainIdHasBeenSet() const
void SetDomainId(DomainIdT &&value)
void SetDescription(DescriptionT &&value)
DomainSummary & WithName(NameT &&value)
bool ServerSideEncryptionUpdateDetailsHasBeenSet() const
bool DescriptionHasBeenSet() const
const Aws::Utils::DateTime & GetUpdatedAt() const
const Aws::String & GetName() const
const Aws::String & GetDomainId() const
void SetDomainStatus(DomainStatus value)
bool CreatedAtHasBeenSet() const
AWS_VOICEID_API Aws::Utils::Json::JsonValue Jsonize() const
bool DomainStatusHasBeenSet() const
bool WatchlistDetailsHasBeenSet() const
DomainSummary & WithServerSideEncryptionConfiguration(ServerSideEncryptionConfigurationT &&value)
void SetArn(ArnT &&value)
DomainSummary & WithArn(ArnT &&value)
DomainSummary & WithCreatedAt(CreatedAtT &&value)
bool ServerSideEncryptionConfigurationHasBeenSet() const
void SetServerSideEncryptionUpdateDetails(ServerSideEncryptionUpdateDetailsT &&value)
DomainSummary & WithUpdatedAt(UpdatedAtT &&value)
AWS_VOICEID_API DomainSummary()=default
AWS_VOICEID_API DomainSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetServerSideEncryptionConfiguration(ServerSideEncryptionConfigurationT &&value)
bool NameHasBeenSet() const
DomainSummary & WithServerSideEncryptionUpdateDetails(ServerSideEncryptionUpdateDetailsT &&value)
DomainSummary & WithDomainId(DomainIdT &&value)
void SetWatchlistDetails(WatchlistDetailsT &&value)
DomainSummary & WithDescription(DescriptionT &&value)
bool UpdatedAtHasBeenSet() const
void SetUpdatedAt(UpdatedAtT &&value)
const Aws::Utils::DateTime & GetCreatedAt() const
const ServerSideEncryptionUpdateDetails & GetServerSideEncryptionUpdateDetails() const
DomainStatus GetDomainStatus() const
DomainSummary & WithDomainStatus(DomainStatus value)
const ServerSideEncryptionConfiguration & GetServerSideEncryptionConfiguration() const
const Aws::String & GetDescription() const
const WatchlistDetails & GetWatchlistDetails() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue