7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/polly/Polly_EXPORTS.h>
10#include <aws/polly/model/SynthesisTask.h>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
37 template <
typename SynthesisTaskT = SynthesisTask>
39 m_synthesisTaskHasBeenSet =
true;
40 m_synthesisTask = std::forward<SynthesisTaskT>(value);
42 template <
typename SynthesisTaskT = SynthesisTask>
52 template <
typename RequestIdT = Aws::String>
54 m_requestIdHasBeenSet =
true;
55 m_requestId = std::forward<RequestIdT>(value);
57 template <
typename RequestIdT = Aws::String>
70 bool m_synthesisTaskHasBeenSet =
false;
71 bool m_requestIdHasBeenSet =
false;
AWS_POLLY_API GetSpeechSynthesisTaskResult()=default
const SynthesisTask & GetSynthesisTask() const
void SetSynthesisTask(SynthesisTaskT &&value)
const Aws::String & GetRequestId() const
GetSpeechSynthesisTaskResult & WithSynthesisTask(SynthesisTaskT &&value)
GetSpeechSynthesisTaskResult & WithRequestId(RequestIdT &&value)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
AWS_POLLY_API GetSpeechSynthesisTaskResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_POLLY_API GetSpeechSynthesisTaskResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetRequestId(RequestIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue