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>
51 template<
typename ArnT = Aws::String>
52 void SetArn(ArnT&& value) { m_arnHasBeenSet =
true; m_arn = std::forward<ArnT>(value); }
53 template<
typename ArnT = Aws::String>
63 template<
typename CreatedAtT = Aws::Utils::DateTime>
64 void SetCreatedAt(CreatedAtT&& value) { m_createdAtHasBeenSet =
true; m_createdAt = std::forward<CreatedAtT>(value); }
65 template<
typename CreatedAtT = Aws::Utils::DateTime>
75 template<
typename DescriptionT = Aws::String>
76 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
77 template<
typename DescriptionT = Aws::String>
87 template<
typename DomainIdT = Aws::String>
88 void SetDomainId(DomainIdT&& value) { m_domainIdHasBeenSet =
true; m_domainId = std::forward<DomainIdT>(value); }
89 template<
typename DomainIdT = Aws::String>
109 template<
typename NameT = Aws::String>
110 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
111 template<
typename NameT = Aws::String>
122 template<
typename ServerS
ideEncryptionConfigurationT = ServerS
ideEncryptionConfiguration>
123 void SetServerSideEncryptionConfiguration(ServerSideEncryptionConfigurationT&& value) { m_serverSideEncryptionConfigurationHasBeenSet =
true; m_serverSideEncryptionConfiguration = std::forward<ServerSideEncryptionConfigurationT>(value); }
124 template<
typename ServerS
ideEncryptionConfigurationT = ServerS
ideEncryptionConfiguration>
137 template<
typename ServerS
ideEncryptionUpdateDetailsT = ServerS
ideEncryptionUpdateDetails>
138 void SetServerSideEncryptionUpdateDetails(ServerSideEncryptionUpdateDetailsT&& value) { m_serverSideEncryptionUpdateDetailsHasBeenSet =
true; m_serverSideEncryptionUpdateDetails = std::forward<ServerSideEncryptionUpdateDetailsT>(value); }
139 template<
typename ServerS
ideEncryptionUpdateDetailsT = ServerS
ideEncryptionUpdateDetails>
149 template<
typename UpdatedAtT = Aws::Utils::DateTime>
150 void SetUpdatedAt(UpdatedAtT&& value) { m_updatedAtHasBeenSet =
true; m_updatedAt = std::forward<UpdatedAtT>(value); }
151 template<
typename UpdatedAtT = Aws::Utils::DateTime>
162 template<
typename WatchlistDetailsT = WatchlistDetails>
163 void SetWatchlistDetails(WatchlistDetailsT&& value) { m_watchlistDetailsHasBeenSet =
true; m_watchlistDetails = std::forward<WatchlistDetailsT>(value); }
164 template<
typename WatchlistDetailsT = WatchlistDetails>
170 bool m_arnHasBeenSet =
false;
173 bool m_createdAtHasBeenSet =
false;
176 bool m_descriptionHasBeenSet =
false;
179 bool m_domainIdHasBeenSet =
false;
182 bool m_domainStatusHasBeenSet =
false;
185 bool m_nameHasBeenSet =
false;
187 ServerSideEncryptionConfiguration m_serverSideEncryptionConfiguration;
188 bool m_serverSideEncryptionConfigurationHasBeenSet =
false;
190 ServerSideEncryptionUpdateDetails m_serverSideEncryptionUpdateDetails;
191 bool m_serverSideEncryptionUpdateDetailsHasBeenSet =
false;
194 bool m_updatedAtHasBeenSet =
false;
196 WatchlistDetails m_watchlistDetails;
197 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