7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/voice-id/VoiceID_EXPORTS.h>
10#include <aws/voice-id/model/Speaker.h>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
36 template <
typename SpeakerT = Speaker>
38 m_speakerHasBeenSet =
true;
39 m_speaker = std::forward<SpeakerT>(value);
41 template <
typename SpeakerT = Speaker>
51 template <
typename RequestIdT = Aws::String>
53 m_requestIdHasBeenSet =
true;
54 m_requestId = std::forward<RequestIdT>(value);
56 template <
typename RequestIdT = Aws::String>
69 bool m_speakerHasBeenSet =
false;
70 bool m_requestIdHasBeenSet =
false;
const Aws::String & GetRequestId() const
void SetSpeaker(SpeakerT &&value)
AWS_VOICEID_API DescribeSpeakerResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_VOICEID_API DescribeSpeakerResult()=default
DescribeSpeakerResult & WithRequestId(RequestIdT &&value)
const Speaker & GetSpeaker() const
DescribeSpeakerResult & WithSpeaker(SpeakerT &&value)
void SetRequestId(RequestIdT &&value)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
AWS_VOICEID_API DescribeSpeakerResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue