7#include <aws/lexv2-runtime/LexRuntimeV2_EXPORTS.h>
8#include <aws/core/utils/Array.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
64 inline void SetContentType(
const char* value) { m_contentTypeHasBeenSet =
true; m_contentType.assign(value); }
80 inline void SetEventId(
const char* value) { m_eventIdHasBeenSet =
true; m_eventId.assign(value); }
88 bool m_audioChunkHasBeenSet =
false;
91 bool m_contentTypeHasBeenSet =
false;
94 bool m_eventIdHasBeenSet =
false;
void SetContentType(Aws::String &&value)
AudioResponseEvent & WithContentType(const char *value)
void SetAudioChunk(Aws::Utils::ByteBuffer &&value)
void SetEventId(Aws::String &&value)
void SetEventId(const Aws::String &value)
AudioResponseEvent & WithEventId(const char *value)
const Aws::String & GetContentType() const
const Aws::String & GetEventId() const
void SetEventId(const char *value)
AudioResponseEvent & WithContentType(const Aws::String &value)
bool AudioChunkHasBeenSet() const
AWS_LEXRUNTIMEV2_API AudioResponseEvent(Aws::Utils::Json::JsonView jsonValue)
const Aws::Utils::ByteBuffer & GetAudioChunk() const
AudioResponseEvent & WithAudioChunk(Aws::Utils::ByteBuffer &&value)
AudioResponseEvent & WithEventId(const Aws::String &value)
bool ContentTypeHasBeenSet() const
bool EventIdHasBeenSet() const
AWS_LEXRUNTIMEV2_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_LEXRUNTIMEV2_API AudioResponseEvent()
void SetContentType(const char *value)
void SetAudioChunk(const Aws::Utils::ByteBuffer &value)
AudioResponseEvent & WithContentType(Aws::String &&value)
AudioResponseEvent & WithEventId(Aws::String &&value)
void SetContentType(const Aws::String &value)
AWS_LEXRUNTIMEV2_API AudioResponseEvent & operator=(Aws::Utils::Json::JsonView jsonValue)
AudioResponseEvent & WithAudioChunk(const Aws::Utils::ByteBuffer &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue