7#include <aws/polly/Polly_EXPORTS.h>
8#include <aws/core/utils/stream/ResponseStream.h>
9#include <aws/core/utils/Array.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
15template<
typename RESULT_TYPE>
16class AmazonWebServiceResult;
66 inline void SetContentType(
const char* value) { m_contentType.assign(value); }
86 inline void SetRequestId(
const char* value) { m_requestId.assign(value); }
97 int m_requestCharacters;
void SetContentType(const char *value)
AWS_POLLY_API SynthesizeSpeechResult & operator=(SynthesizeSpeechResult &&)
AWS_POLLY_API SynthesizeSpeechResult(SynthesizeSpeechResult &&)
AWS_POLLY_API SynthesizeSpeechResult(Aws::AmazonWebServiceResult< Aws::Utils::Stream::ResponseStream > &&result)
SynthesizeSpeechResult & WithContentType(const Aws::String &value)
void SetRequestId(const char *value)
SynthesizeSpeechResult & WithRequestId(const char *value)
AWS_POLLY_API SynthesizeSpeechResult()
SynthesizeSpeechResult & WithRequestId(Aws::String &&value)
const Aws::String & GetContentType() const
SynthesizeSpeechResult(const SynthesizeSpeechResult &)=delete
Aws::IOStream & GetAudioStream() const
SynthesizeSpeechResult & WithContentType(const char *value)
void SetContentType(Aws::String &&value)
void SetRequestId(const Aws::String &value)
const Aws::String & GetRequestId() const
void ReplaceBody(Aws::IOStream *body)
void SetRequestId(Aws::String &&value)
void SetContentType(const Aws::String &value)
SynthesizeSpeechResult & WithRequestCharacters(int value)
SynthesizeSpeechResult & WithRequestId(const Aws::String &value)
SynthesizeSpeechResult & operator=(const SynthesizeSpeechResult &)=delete
int GetRequestCharacters() const
void SetRequestCharacters(int value)
SynthesizeSpeechResult & WithContentType(Aws::String &&value)
AWS_POLLY_API SynthesizeSpeechResult & operator=(Aws::AmazonWebServiceResult< Aws::Utils::Stream::ResponseStream > &&result)
Aws::IOStream & GetUnderlyingStream() const
std::basic_iostream< char, std::char_traits< char > > IOStream
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String