7#include <aws/core/utils/Array.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/stream/ResponseStream.h>
10#include <aws/polly/Polly_EXPORTS.h>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
57 template <
typename ContentTypeT = Aws::String>
59 m_contentTypeHasBeenSet =
true;
60 m_contentType = std::forward<ContentTypeT>(value);
62 template <
typename ContentTypeT = Aws::String>
75 m_requestCharactersHasBeenSet =
true;
76 m_requestCharacters = value;
87 template <
typename RequestIdT = Aws::String>
89 m_requestIdHasBeenSet =
true;
90 m_requestId = std::forward<RequestIdT>(value);
92 template <
typename RequestIdT = Aws::String>
103 int m_requestCharacters{0};
106 bool m_audioStreamHasBeenSet =
false;
107 bool m_contentTypeHasBeenSet =
false;
108 bool m_requestCharactersHasBeenSet =
false;
109 bool m_requestIdHasBeenSet =
false;
AWS_POLLY_API SynthesizeSpeechResult(Aws::AmazonWebServiceResult< Aws::Utils::Stream::ResponseStream > &&result)
AWS_POLLY_API SynthesizeSpeechResult(SynthesizeSpeechResult &&)=default
SynthesizeSpeechResult & WithRequestId(RequestIdT &&value)
SynthesizeSpeechResult & WithContentType(ContentTypeT &&value)
const Aws::String & GetContentType() const
SynthesizeSpeechResult(const SynthesizeSpeechResult &)=delete
Aws::IOStream & GetAudioStream() const
const Aws::String & GetRequestId() const
void ReplaceBody(Aws::IOStream *body)
AWS_POLLY_API SynthesizeSpeechResult()=default
void SetContentType(ContentTypeT &&value)
SynthesizeSpeechResult & WithRequestCharacters(int value)
SynthesizeSpeechResult & operator=(const SynthesizeSpeechResult &)=delete
void SetRequestId(RequestIdT &&value)
int GetRequestCharacters() const
void SetRequestCharacters(int value)
AWS_POLLY_API SynthesizeSpeechResult & operator=(SynthesizeSpeechResult &&)=default
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