7#include <aws/voice-id/VoiceID_EXPORTS.h>
8#include <aws/voice-id/model/Speaker.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14template<
typename RESULT_TYPE>
15class AmazonWebServiceResult;
52 inline void SetRequestId(
const char* value) { m_requestId.assign(value); }
const Aws::String & GetRequestId() const
DescribeSpeakerResult & WithRequestId(const char *value)
DescribeSpeakerResult & WithSpeaker(Speaker &&value)
void SetRequestId(const char *value)
DescribeSpeakerResult & WithRequestId(Aws::String &&value)
AWS_VOICEID_API DescribeSpeakerResult()
AWS_VOICEID_API DescribeSpeakerResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Speaker & GetSpeaker() const
void SetRequestId(Aws::String &&value)
void SetRequestId(const Aws::String &value)
void SetSpeaker(Speaker &&value)
DescribeSpeakerResult & WithRequestId(const Aws::String &value)
DescribeSpeakerResult & WithSpeaker(const Speaker &value)
void SetSpeaker(const Speaker &value)
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