7#include <aws/voice-id/VoiceID_EXPORTS.h>
8#include <aws/voice-id/VoiceIDRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
43 template<
typename DomainIdT = Aws::String>
44 void SetDomainId(DomainIdT&& value) { m_domainIdHasBeenSet =
true; m_domainId = std::forward<DomainIdT>(value); }
45 template<
typename DomainIdT = Aws::String>
55 template<
typename SpeakerIdT = Aws::String>
56 void SetSpeakerId(SpeakerIdT&& value) { m_speakerIdHasBeenSet =
true; m_speakerId = std::forward<SpeakerIdT>(value); }
57 template<
typename SpeakerIdT = Aws::String>
63 bool m_domainIdHasBeenSet =
false;
66 bool m_speakerIdHasBeenSet =
false;
const Aws::String & GetDomainId() const
virtual const char * GetServiceRequestName() const override
void SetDomainId(DomainIdT &&value)
AWS_VOICEID_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
OptOutSpeakerRequest & WithSpeakerId(SpeakerIdT &&value)
void SetSpeakerId(SpeakerIdT &&value)
AWS_VOICEID_API OptOutSpeakerRequest()=default
bool DomainIdHasBeenSet() const
bool SpeakerIdHasBeenSet() const
OptOutSpeakerRequest & WithDomainId(DomainIdT &&value)
const Aws::String & GetSpeakerId() const
AWS_VOICEID_API Aws::String SerializePayload() const override
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String