7#include <aws/lexv2-runtime/LexRuntimeV2_EXPORTS.h>
8#include <aws/core/utils/Array.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
48 template<
typename AudioChunkT = Aws::Utils::ByteBuffer>
49 void SetAudioChunk(AudioChunkT&& value) { m_audioChunkHasBeenSet =
true; m_audioChunk = std::forward<AudioChunkT>(value); }
50 template<
typename AudioChunkT = Aws::Utils::ByteBuffer>
62 template<
typename ContentTypeT = Aws::String>
63 void SetContentType(ContentTypeT&& value) { m_contentTypeHasBeenSet =
true; m_contentType = std::forward<ContentTypeT>(value); }
64 template<
typename ContentTypeT = Aws::String>
76 template<
typename EventIdT = Aws::String>
77 void SetEventId(EventIdT&& value) { m_eventIdHasBeenSet =
true; m_eventId = std::forward<EventIdT>(value); }
78 template<
typename EventIdT = Aws::String>
84 bool m_audioChunkHasBeenSet =
false;
87 bool m_contentTypeHasBeenSet =
false;
90 bool m_eventIdHasBeenSet =
false;
const Aws::String & GetContentType() const
const Aws::String & GetEventId() const
AudioResponseEvent & WithContentType(ContentTypeT &&value)
bool AudioChunkHasBeenSet() const
AudioResponseEvent & WithEventId(EventIdT &&value)
void SetAudioChunk(AudioChunkT &&value)
AWS_LEXRUNTIMEV2_API AudioResponseEvent(Aws::Utils::Json::JsonView jsonValue)
const Aws::Utils::ByteBuffer & GetAudioChunk() const
bool ContentTypeHasBeenSet() const
bool EventIdHasBeenSet() const
AWS_LEXRUNTIMEV2_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_LEXRUNTIMEV2_API AudioResponseEvent()=default
void SetEventId(EventIdT &&value)
AWS_LEXRUNTIMEV2_API AudioResponseEvent & operator=(Aws::Utils::Json::JsonView jsonValue)
AudioResponseEvent & WithAudioChunk(AudioChunkT &&value)
void SetContentType(ContentTypeT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue