7#include <aws/voice-id/VoiceID_EXPORTS.h>
8#include <aws/core/utils/DateTime.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
47 template<
typename CreatedAtT = Aws::Utils::DateTime>
48 void SetCreatedAt(CreatedAtT&& value) { m_createdAtHasBeenSet =
true; m_createdAt = std::forward<CreatedAtT>(value); }
49 template<
typename CreatedAtT = Aws::Utils::DateTime>
59 inline void SetDefaultWatchlist(
bool value) { m_defaultWatchlistHasBeenSet =
true; m_defaultWatchlist = value; }
69 template<
typename DescriptionT = Aws::String>
70 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
71 template<
typename DescriptionT = Aws::String>
81 template<
typename DomainIdT = Aws::String>
82 void SetDomainId(DomainIdT&& value) { m_domainIdHasBeenSet =
true; m_domainId = std::forward<DomainIdT>(value); }
83 template<
typename DomainIdT = Aws::String>
93 template<
typename NameT = Aws::String>
94 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
95 template<
typename NameT = Aws::String>
105 template<
typename UpdatedAtT = Aws::Utils::DateTime>
106 void SetUpdatedAt(UpdatedAtT&& value) { m_updatedAtHasBeenSet =
true; m_updatedAt = std::forward<UpdatedAtT>(value); }
107 template<
typename UpdatedAtT = Aws::Utils::DateTime>
117 template<
typename WatchlistIdT = Aws::String>
118 void SetWatchlistId(WatchlistIdT&& value) { m_watchlistIdHasBeenSet =
true; m_watchlistId = std::forward<WatchlistIdT>(value); }
119 template<
typename WatchlistIdT = Aws::String>
125 bool m_createdAtHasBeenSet =
false;
127 bool m_defaultWatchlist{
false};
128 bool m_defaultWatchlistHasBeenSet =
false;
131 bool m_descriptionHasBeenSet =
false;
134 bool m_domainIdHasBeenSet =
false;
137 bool m_nameHasBeenSet =
false;
140 bool m_updatedAtHasBeenSet =
false;
143 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