7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/voice-id/VoiceID_EXPORTS.h>
42 template <
typename CreatedAtT = Aws::Utils::DateTime>
44 m_createdAtHasBeenSet =
true;
45 m_createdAt = std::forward<CreatedAtT>(value);
47 template <
typename CreatedAtT = Aws::Utils::DateTime>
61 m_defaultWatchlistHasBeenSet =
true;
62 m_defaultWatchlist = value;
76 template <
typename DescriptionT = Aws::String>
78 m_descriptionHasBeenSet =
true;
79 m_description = std::forward<DescriptionT>(value);
81 template <
typename DescriptionT = Aws::String>
94 template <
typename DomainIdT = Aws::String>
96 m_domainIdHasBeenSet =
true;
97 m_domainId = std::forward<DomainIdT>(value);
99 template <
typename DomainIdT = Aws::String>
112 template <
typename NameT = Aws::String>
114 m_nameHasBeenSet =
true;
115 m_name = std::forward<NameT>(value);
117 template <
typename NameT = Aws::String>
119 SetName(std::forward<NameT>(value));
130 template <
typename UpdatedAtT = Aws::Utils::DateTime>
132 m_updatedAtHasBeenSet =
true;
133 m_updatedAt = std::forward<UpdatedAtT>(value);
135 template <
typename UpdatedAtT = Aws::Utils::DateTime>
148 template <
typename WatchlistIdT = Aws::String>
150 m_watchlistIdHasBeenSet =
true;
151 m_watchlistId = std::forward<WatchlistIdT>(value);
153 template <
typename WatchlistIdT = Aws::String>
162 bool m_defaultWatchlist{
false};
173 bool m_createdAtHasBeenSet =
false;
174 bool m_defaultWatchlistHasBeenSet =
false;
175 bool m_descriptionHasBeenSet =
false;
176 bool m_domainIdHasBeenSet =
false;
177 bool m_nameHasBeenSet =
false;
178 bool m_updatedAtHasBeenSet =
false;
179 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