7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/voice-id/VoiceIDRequest.h>
9#include <aws/voice-id/VoiceID_EXPORTS.h>
39 template <
typename DescriptionT = Aws::String>
41 m_descriptionHasBeenSet =
true;
42 m_description = std::forward<DescriptionT>(value);
44 template <
typename DescriptionT = Aws::String>
57 template <
typename DomainIdT = Aws::String>
59 m_domainIdHasBeenSet =
true;
60 m_domainId = std::forward<DomainIdT>(value);
62 template <
typename DomainIdT = Aws::String>
75 template <
typename NameT = Aws::String>
77 m_nameHasBeenSet =
true;
78 m_name = std::forward<NameT>(value);
80 template <
typename NameT = Aws::String>
82 SetName(std::forward<NameT>(value));
93 template <
typename WatchlistIdT = Aws::String>
95 m_watchlistIdHasBeenSet =
true;
96 m_watchlistId = std::forward<WatchlistIdT>(value);
98 template <
typename WatchlistIdT = Aws::String>
112 bool m_descriptionHasBeenSet =
false;
113 bool m_domainIdHasBeenSet =
false;
114 bool m_nameHasBeenSet =
false;
115 bool m_watchlistIdHasBeenSet =
false;
const Aws::String & GetName() const
UpdateWatchlistRequest & WithName(NameT &&value)
const Aws::String & GetDescription() const
UpdateWatchlistRequest & WithDomainId(DomainIdT &&value)
void SetName(NameT &&value)
bool DescriptionHasBeenSet() const
virtual const char * GetServiceRequestName() const override
void SetDomainId(DomainIdT &&value)
bool DomainIdHasBeenSet() const
UpdateWatchlistRequest & WithDescription(DescriptionT &&value)
AWS_VOICEID_API Aws::String SerializePayload() const override
UpdateWatchlistRequest & WithWatchlistId(WatchlistIdT &&value)
void SetDescription(DescriptionT &&value)
const Aws::String & GetDomainId() const
bool WatchlistIdHasBeenSet() const
const Aws::String & GetWatchlistId() const
void SetWatchlistId(WatchlistIdT &&value)
AWS_VOICEID_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
AWS_VOICEID_API UpdateWatchlistRequest()=default
bool NameHasBeenSet() const
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String