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>
45 template <
typename ArnT = Aws::String>
47 m_arnHasBeenSet =
true;
48 m_arn = std::forward<ArnT>(value);
50 template <
typename ArnT = Aws::String>
52 SetArn(std::forward<ArnT>(value));
63 template <
typename CreatedAtT = Aws::Utils::DateTime>
65 m_createdAtHasBeenSet =
true;
66 m_createdAt = std::forward<CreatedAtT>(value);
68 template <
typename CreatedAtT = Aws::Utils::DateTime>
81 template <
typename DescriptionT = Aws::String>
83 m_descriptionHasBeenSet =
true;
84 m_description = std::forward<DescriptionT>(value);
86 template <
typename DescriptionT = Aws::String>
99 template <
typename DomainIdT = Aws::String>
101 m_domainIdHasBeenSet =
true;
102 m_domainId = std::forward<DomainIdT>(value);
104 template <
typename DomainIdT = Aws::String>
118 m_domainStatusHasBeenSet =
true;
119 m_domainStatus = value;
133 template <
typename NameT = Aws::String>
135 m_nameHasBeenSet =
true;
136 m_name = std::forward<NameT>(value);
138 template <
typename NameT = Aws::String>
140 SetName(std::forward<NameT>(value));
151 return m_serverSideEncryptionConfiguration;
154 template <
typename ServerS
ideEncryptionConfigurationT = ServerS
ideEncryptionConfiguration>
156 m_serverSideEncryptionConfigurationHasBeenSet =
true;
157 m_serverSideEncryptionConfiguration = std::forward<ServerSideEncryptionConfigurationT>(value);
159 template <
typename ServerS
ideEncryptionConfigurationT = ServerS
ideEncryptionConfiguration>
174 return m_serverSideEncryptionUpdateDetails;
177 template <
typename ServerS
ideEncryptionUpdateDetailsT = ServerS
ideEncryptionUpdateDetails>
179 m_serverSideEncryptionUpdateDetailsHasBeenSet =
true;
180 m_serverSideEncryptionUpdateDetails = std::forward<ServerSideEncryptionUpdateDetailsT>(value);
182 template <
typename ServerS
ideEncryptionUpdateDetailsT = ServerS
ideEncryptionUpdateDetails>
195 template <
typename UpdatedAtT = Aws::Utils::DateTime>
197 m_updatedAtHasBeenSet =
true;
198 m_updatedAt = std::forward<UpdatedAtT>(value);
200 template <
typename UpdatedAtT = Aws::Utils::DateTime>
214 template <
typename WatchlistDetailsT = WatchlistDetails>
216 m_watchlistDetailsHasBeenSet =
true;
217 m_watchlistDetails = std::forward<WatchlistDetailsT>(value);
219 template <
typename WatchlistDetailsT = WatchlistDetails>
238 ServerSideEncryptionConfiguration m_serverSideEncryptionConfiguration;
240 ServerSideEncryptionUpdateDetails m_serverSideEncryptionUpdateDetails;
244 WatchlistDetails m_watchlistDetails;
245 bool m_arnHasBeenSet =
false;
246 bool m_createdAtHasBeenSet =
false;
247 bool m_descriptionHasBeenSet =
false;
248 bool m_domainIdHasBeenSet =
false;
249 bool m_domainStatusHasBeenSet =
false;
250 bool m_nameHasBeenSet =
false;
251 bool m_serverSideEncryptionConfigurationHasBeenSet =
false;
252 bool m_serverSideEncryptionUpdateDetailsHasBeenSet =
false;
253 bool m_updatedAtHasBeenSet =
false;
254 bool m_watchlistDetailsHasBeenSet =
false;
Domain & WithUpdatedAt(UpdatedAtT &&value)
Domain & WithDomainStatus(DomainStatus value)
void SetName(NameT &&value)
Domain & WithDescription(DescriptionT &&value)
const Aws::String & GetDomainId() const
Domain & WithWatchlistDetails(WatchlistDetailsT &&value)
void SetUpdatedAt(UpdatedAtT &&value)
Domain & WithDomainId(DomainIdT &&value)
bool ServerSideEncryptionConfigurationHasBeenSet() const
bool DomainIdHasBeenSet() const
AWS_VOICEID_API Domain & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_VOICEID_API Domain(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetArn() const
Domain & WithServerSideEncryptionUpdateDetails(ServerSideEncryptionUpdateDetailsT &&value)
void SetArn(ArnT &&value)
bool CreatedAtHasBeenSet() const
void SetDomainId(DomainIdT &&value)
bool WatchlistDetailsHasBeenSet() const
DomainStatus GetDomainStatus() const
bool ArnHasBeenSet() const
void SetDomainStatus(DomainStatus value)
const Aws::String & GetDescription() const
Domain & WithArn(ArnT &&value)
bool DomainStatusHasBeenSet() const
void SetDescription(DescriptionT &&value)
Domain & WithName(NameT &&value)
const ServerSideEncryptionConfiguration & GetServerSideEncryptionConfiguration() const
bool NameHasBeenSet() const
bool DescriptionHasBeenSet() const
const Aws::Utils::DateTime & GetUpdatedAt() const
const WatchlistDetails & GetWatchlistDetails() const
Domain & WithServerSideEncryptionConfiguration(ServerSideEncryptionConfigurationT &&value)
void SetCreatedAt(CreatedAtT &&value)
void SetServerSideEncryptionUpdateDetails(ServerSideEncryptionUpdateDetailsT &&value)
void SetWatchlistDetails(WatchlistDetailsT &&value)
void SetServerSideEncryptionConfiguration(ServerSideEncryptionConfigurationT &&value)
AWS_VOICEID_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetName() const
bool ServerSideEncryptionUpdateDetailsHasBeenSet() const
bool UpdatedAtHasBeenSet() const
Domain & WithCreatedAt(CreatedAtT &&value)
const Aws::Utils::DateTime & GetCreatedAt() const
AWS_VOICEID_API Domain()=default
const ServerSideEncryptionUpdateDetails & GetServerSideEncryptionUpdateDetails() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue