7#include <aws/polly/Polly_EXPORTS.h>
8#include <aws/polly/model/SynthesisTask.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14template<
typename RESULT_TYPE>
15class AmazonWebServiceResult;
42 template<
typename SynthesisTaskT = SynthesisTask>
43 void SetSynthesisTask(SynthesisTaskT&& value) { m_synthesisTaskHasBeenSet =
true; m_synthesisTask = std::forward<SynthesisTaskT>(value); }
44 template<
typename SynthesisTaskT = SynthesisTask>
51 template<
typename RequestIdT = Aws::String>
52 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
53 template<
typename RequestIdT = Aws::String>
59 bool m_synthesisTaskHasBeenSet =
false;
62 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_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