7#include <aws/voice-id/VoiceID_EXPORTS.h>
8#include <aws/core/utils/DateTime.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
48 template<
typename CreatedAtT = Aws::Utils::DateTime>
49 void SetCreatedAt(CreatedAtT&& value) { m_createdAtHasBeenSet =
true; m_createdAt = std::forward<CreatedAtT>(value); }
50 template<
typename CreatedAtT = Aws::Utils::DateTime>
60 inline void SetDefaultWatchlist(
bool value) { m_defaultWatchlistHasBeenSet =
true; m_defaultWatchlist = value; }
70 template<
typename DescriptionT = Aws::String>
71 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
72 template<
typename DescriptionT = Aws::String>
82 template<
typename DomainIdT = Aws::String>
83 void SetDomainId(DomainIdT&& value) { m_domainIdHasBeenSet =
true; m_domainId = std::forward<DomainIdT>(value); }
84 template<
typename DomainIdT = Aws::String>
94 template<
typename NameT = Aws::String>
95 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
96 template<
typename NameT = Aws::String>
106 template<
typename UpdatedAtT = Aws::Utils::DateTime>
107 void SetUpdatedAt(UpdatedAtT&& value) { m_updatedAtHasBeenSet =
true; m_updatedAt = std::forward<UpdatedAtT>(value); }
108 template<
typename UpdatedAtT = Aws::Utils::DateTime>
118 template<
typename WatchlistIdT = Aws::String>
119 void SetWatchlistId(WatchlistIdT&& value) { m_watchlistIdHasBeenSet =
true; m_watchlistId = std::forward<WatchlistIdT>(value); }
120 template<
typename WatchlistIdT = Aws::String>
126 bool m_createdAtHasBeenSet =
false;
128 bool m_defaultWatchlist{
false};
129 bool m_defaultWatchlistHasBeenSet =
false;
132 bool m_descriptionHasBeenSet =
false;
135 bool m_domainIdHasBeenSet =
false;
138 bool m_nameHasBeenSet =
false;
141 bool m_updatedAtHasBeenSet =
false;
144 bool m_watchlistIdHasBeenSet =
false;
const Aws::Utils::DateTime & GetCreatedAt() const
bool WatchlistIdHasBeenSet() const
WatchlistSummary & WithDescription(DescriptionT &&value)
bool GetDefaultWatchlist() const
const Aws::String & GetWatchlistId() const
const Aws::Utils::DateTime & GetUpdatedAt() const
WatchlistSummary & WithUpdatedAt(UpdatedAtT &&value)
bool DescriptionHasBeenSet() const
bool NameHasBeenSet() const
bool UpdatedAtHasBeenSet() const
AWS_VOICEID_API WatchlistSummary()=default
AWS_VOICEID_API Aws::Utils::Json::JsonValue Jsonize() const
void SetName(NameT &&value)
void SetDefaultWatchlist(bool value)
void SetCreatedAt(CreatedAtT &&value)
WatchlistSummary & WithName(NameT &&value)
WatchlistSummary & WithWatchlistId(WatchlistIdT &&value)
WatchlistSummary & WithDefaultWatchlist(bool value)
void SetUpdatedAt(UpdatedAtT &&value)
AWS_VOICEID_API WatchlistSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetDomainId() const
const Aws::String & GetName() const
void SetDescription(DescriptionT &&value)
WatchlistSummary & WithCreatedAt(CreatedAtT &&value)
void SetWatchlistId(WatchlistIdT &&value)
void SetDomainId(DomainIdT &&value)
AWS_VOICEID_API WatchlistSummary(Aws::Utils::Json::JsonView jsonValue)
bool CreatedAtHasBeenSet() const
WatchlistSummary & WithDomainId(DomainIdT &&value)
const Aws::String & GetDescription() const
bool DomainIdHasBeenSet() const
bool DefaultWatchlistHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue