7#include <aws/voice-id/VoiceID_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/DateTime.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>
52 template<
typename ArnT = Aws::String>
53 void SetArn(ArnT&& value) { m_arnHasBeenSet =
true; m_arn = std::forward<ArnT>(value); }
54 template<
typename ArnT = Aws::String>
64 template<
typename CreatedAtT = Aws::Utils::DateTime>
65 void SetCreatedAt(CreatedAtT&& value) { m_createdAtHasBeenSet =
true; m_createdAt = std::forward<CreatedAtT>(value); }
66 template<
typename CreatedAtT = Aws::Utils::DateTime>
76 template<
typename DescriptionT = Aws::String>
77 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
78 template<
typename DescriptionT = Aws::String>
88 template<
typename DomainIdT = Aws::String>
89 void SetDomainId(DomainIdT&& value) { m_domainIdHasBeenSet =
true; m_domainId = std::forward<DomainIdT>(value); }
90 template<
typename DomainIdT = Aws::String>
110 template<
typename NameT = Aws::String>
111 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
112 template<
typename NameT = Aws::String>
123 template<
typename ServerS
ideEncryptionConfigurationT = ServerS
ideEncryptionConfiguration>
124 void SetServerSideEncryptionConfiguration(ServerSideEncryptionConfigurationT&& value) { m_serverSideEncryptionConfigurationHasBeenSet =
true; m_serverSideEncryptionConfiguration = std::forward<ServerSideEncryptionConfigurationT>(value); }
125 template<
typename ServerS
ideEncryptionConfigurationT = ServerS
ideEncryptionConfiguration>
138 template<
typename ServerS
ideEncryptionUpdateDetailsT = ServerS
ideEncryptionUpdateDetails>
139 void SetServerSideEncryptionUpdateDetails(ServerSideEncryptionUpdateDetailsT&& value) { m_serverSideEncryptionUpdateDetailsHasBeenSet =
true; m_serverSideEncryptionUpdateDetails = std::forward<ServerSideEncryptionUpdateDetailsT>(value); }
140 template<
typename ServerS
ideEncryptionUpdateDetailsT = ServerS
ideEncryptionUpdateDetails>
150 template<
typename UpdatedAtT = Aws::Utils::DateTime>
151 void SetUpdatedAt(UpdatedAtT&& value) { m_updatedAtHasBeenSet =
true; m_updatedAt = std::forward<UpdatedAtT>(value); }
152 template<
typename UpdatedAtT = Aws::Utils::DateTime>
163 template<
typename WatchlistDetailsT = WatchlistDetails>
164 void SetWatchlistDetails(WatchlistDetailsT&& value) { m_watchlistDetailsHasBeenSet =
true; m_watchlistDetails = std::forward<WatchlistDetailsT>(value); }
165 template<
typename WatchlistDetailsT = WatchlistDetails>
171 bool m_arnHasBeenSet =
false;
174 bool m_createdAtHasBeenSet =
false;
177 bool m_descriptionHasBeenSet =
false;
180 bool m_domainIdHasBeenSet =
false;
183 bool m_domainStatusHasBeenSet =
false;
186 bool m_nameHasBeenSet =
false;
188 ServerSideEncryptionConfiguration m_serverSideEncryptionConfiguration;
189 bool m_serverSideEncryptionConfigurationHasBeenSet =
false;
191 ServerSideEncryptionUpdateDetails m_serverSideEncryptionUpdateDetails;
192 bool m_serverSideEncryptionUpdateDetailsHasBeenSet =
false;
195 bool m_updatedAtHasBeenSet =
false;
197 WatchlistDetails m_watchlistDetails;
198 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