7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/voice-id/VoiceID_EXPORTS.h>
41 template <
typename CreatedAtT = Aws::Utils::DateTime>
43 m_createdAtHasBeenSet =
true;
44 m_createdAt = std::forward<CreatedAtT>(value);
46 template <
typename CreatedAtT = Aws::Utils::DateTime>
60 m_defaultWatchlistHasBeenSet =
true;
61 m_defaultWatchlist = value;
75 template <
typename DescriptionT = Aws::String>
77 m_descriptionHasBeenSet =
true;
78 m_description = std::forward<DescriptionT>(value);
80 template <
typename DescriptionT = Aws::String>
93 template <
typename DomainIdT = Aws::String>
95 m_domainIdHasBeenSet =
true;
96 m_domainId = std::forward<DomainIdT>(value);
98 template <
typename DomainIdT = Aws::String>
111 template <
typename NameT = Aws::String>
113 m_nameHasBeenSet =
true;
114 m_name = std::forward<NameT>(value);
116 template <
typename NameT = Aws::String>
118 SetName(std::forward<NameT>(value));
129 template <
typename UpdatedAtT = Aws::Utils::DateTime>
131 m_updatedAtHasBeenSet =
true;
132 m_updatedAt = std::forward<UpdatedAtT>(value);
134 template <
typename UpdatedAtT = Aws::Utils::DateTime>
147 template <
typename WatchlistIdT = Aws::String>
149 m_watchlistIdHasBeenSet =
true;
150 m_watchlistId = std::forward<WatchlistIdT>(value);
152 template <
typename WatchlistIdT = Aws::String>
161 bool m_defaultWatchlist{
false};
172 bool m_createdAtHasBeenSet =
false;
173 bool m_defaultWatchlistHasBeenSet =
false;
174 bool m_descriptionHasBeenSet =
false;
175 bool m_domainIdHasBeenSet =
false;
176 bool m_nameHasBeenSet =
false;
177 bool m_updatedAtHasBeenSet =
false;
178 bool m_watchlistIdHasBeenSet =
false;
const Aws::String & GetDescription() const
Watchlist & WithDescription(DescriptionT &&value)
void SetCreatedAt(CreatedAtT &&value)
bool GetDefaultWatchlist() const
void SetWatchlistId(WatchlistIdT &&value)
Watchlist & WithDefaultWatchlist(bool value)
const Aws::Utils::DateTime & GetCreatedAt() const
bool UpdatedAtHasBeenSet() const
bool DefaultWatchlistHasBeenSet() const
bool DescriptionHasBeenSet() const
const Aws::String & GetWatchlistId() const
bool NameHasBeenSet() const
Watchlist & WithDomainId(DomainIdT &&value)
void SetDefaultWatchlist(bool value)
AWS_VOICEID_API Watchlist(Aws::Utils::Json::JsonView jsonValue)
Watchlist & WithWatchlistId(WatchlistIdT &&value)
void SetDescription(DescriptionT &&value)
void SetDomainId(DomainIdT &&value)
const Aws::String & GetName() const
bool DomainIdHasBeenSet() const
Watchlist & WithName(NameT &&value)
Watchlist & WithCreatedAt(CreatedAtT &&value)
AWS_VOICEID_API Watchlist()=default
bool CreatedAtHasBeenSet() const
AWS_VOICEID_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_VOICEID_API Watchlist & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::Utils::DateTime & GetUpdatedAt() const
Watchlist & WithUpdatedAt(UpdatedAtT &&value)
void SetUpdatedAt(UpdatedAtT &&value)
const Aws::String & GetDomainId() const
void SetName(NameT &&value)
bool WatchlistIdHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue