7#include <aws/polly/Polly_EXPORTS.h>
8#include <aws/polly/PollyRequest.h>
9#include <aws/polly/model/Engine.h>
10#include <aws/polly/model/LanguageCode.h>
11#include <aws/core/utils/memory/stl/AWSVector.h>
12#include <aws/polly/model/OutputFormat.h>
13#include <aws/core/utils/memory/stl/AWSString.h>
14#include <aws/polly/model/TextType.h>
15#include <aws/polly/model/VoiceId.h>
16#include <aws/polly/model/SpeechMarkType.h>
62 inline void SetEngine(
const Engine& value) { m_engineHasBeenSet =
true; m_engine = value; }
63 inline void SetEngine(
Engine&& value) { m_engineHasBeenSet =
true; m_engine = std::move(value); }
135 inline void SetSampleRate(
const char* value) { m_sampleRateHasBeenSet =
true; m_sampleRate.assign(value); }
164 inline void SetText(
const char* value) { m_textHasBeenSet =
true; m_text.assign(value); }
194 inline void SetVoiceId(
VoiceId&& value) { m_voiceIdHasBeenSet =
true; m_voiceId = std::move(value); }
201 bool m_engineHasBeenSet =
false;
204 bool m_languageCodeHasBeenSet =
false;
207 bool m_lexiconNamesHasBeenSet =
false;
210 bool m_outputFormatHasBeenSet =
false;
213 bool m_sampleRateHasBeenSet =
false;
216 bool m_speechMarkTypesHasBeenSet =
false;
219 bool m_textHasBeenSet =
false;
222 bool m_textTypeHasBeenSet =
false;
225 bool m_voiceIdHasBeenSet =
false;
void SetVoiceId(VoiceId &&value)
void SetTextType(const TextType &value)
void SetOutputFormat(OutputFormat &&value)
SynthesizeSpeechRequest & WithTextType(TextType &&value)
bool EngineHasBeenSet() const
SynthesizeSpeechRequest & WithText(const Aws::String &value)
SynthesizeSpeechRequest & AddLexiconNames(Aws::String &&value)
void SetEngine(const Engine &value)
SynthesizeSpeechRequest & WithSampleRate(Aws::String &&value)
SynthesizeSpeechRequest & WithVoiceId(const VoiceId &value)
void SetSampleRate(const Aws::String &value)
void SetSpeechMarkTypes(const Aws::Vector< SpeechMarkType > &value)
SynthesizeSpeechRequest & WithLexiconNames(Aws::Vector< Aws::String > &&value)
SynthesizeSpeechRequest & AddLexiconNames(const Aws::String &value)
bool LexiconNamesHasBeenSet() const
const LanguageCode & GetLanguageCode() const
const OutputFormat & GetOutputFormat() const
const Aws::String & GetSampleRate() const
const TextType & GetTextType() const
SynthesizeSpeechRequest & WithSpeechMarkTypes(Aws::Vector< SpeechMarkType > &&value)
void SetText(Aws::String &&value)
SynthesizeSpeechRequest & WithLanguageCode(const LanguageCode &value)
void SetSpeechMarkTypes(Aws::Vector< SpeechMarkType > &&value)
SynthesizeSpeechRequest & WithLanguageCode(LanguageCode &&value)
AWS_POLLY_API SynthesizeSpeechRequest()
bool LanguageCodeHasBeenSet() const
SynthesizeSpeechRequest & AddLexiconNames(const char *value)
SynthesizeSpeechRequest & WithText(Aws::String &&value)
void SetLexiconNames(const Aws::Vector< Aws::String > &value)
void SetOutputFormat(const OutputFormat &value)
SynthesizeSpeechRequest & WithOutputFormat(const OutputFormat &value)
virtual const char * GetServiceRequestName() const override
SynthesizeSpeechRequest & WithSampleRate(const Aws::String &value)
void SetVoiceId(const VoiceId &value)
const Aws::String & GetText() const
AWS_POLLY_API void DumpBodyToUrl(Aws::Http::URI &uri) const override
void SetSampleRate(Aws::String &&value)
SynthesizeSpeechRequest & WithOutputFormat(OutputFormat &&value)
void SetLexiconNames(Aws::Vector< Aws::String > &&value)
SynthesizeSpeechRequest & WithLexiconNames(const Aws::Vector< Aws::String > &value)
bool VoiceIdHasBeenSet() const
void SetLanguageCode(LanguageCode &&value)
void SetText(const Aws::String &value)
SynthesizeSpeechRequest & WithSampleRate(const char *value)
void SetEngine(Engine &&value)
bool SampleRateHasBeenSet() const
const Engine & GetEngine() const
const Aws::Vector< SpeechMarkType > & GetSpeechMarkTypes() const
SynthesizeSpeechRequest & WithEngine(const Engine &value)
bool SpeechMarkTypesHasBeenSet() const
SynthesizeSpeechRequest & AddSpeechMarkTypes(const SpeechMarkType &value)
void SetSampleRate(const char *value)
SynthesizeSpeechRequest & WithTextType(const TextType &value)
SynthesizeSpeechRequest & WithSpeechMarkTypes(const Aws::Vector< SpeechMarkType > &value)
bool TextTypeHasBeenSet() const
const VoiceId & GetVoiceId() const
SynthesizeSpeechRequest & WithEngine(Engine &&value)
bool TextHasBeenSet() const
SynthesizeSpeechRequest & WithVoiceId(VoiceId &&value)
SynthesizeSpeechRequest & WithText(const char *value)
AWS_POLLY_API Aws::String SerializePayload() const override
bool OutputFormatHasBeenSet() const
void SetLanguageCode(const LanguageCode &value)
SynthesizeSpeechRequest & AddSpeechMarkTypes(SpeechMarkType &&value)
const Aws::Vector< Aws::String > & GetLexiconNames() const
void SetTextType(TextType &&value)
void SetText(const char *value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector