7#include <aws/lexv2-runtime/LexRuntimeV2_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
50 inline void SetText(
const char* value) { m_textHasBeenSet =
true; m_text.assign(value); }
65 inline void SetEventId(
const char* value) { m_eventIdHasBeenSet =
true; m_eventId.assign(value); }
78 inline void SetClientTimestampMillis(
long long value) { m_clientTimestampMillisHasBeenSet =
true; m_clientTimestampMillis = value; }
84 bool m_textHasBeenSet =
false;
87 bool m_eventIdHasBeenSet =
false;
89 long long m_clientTimestampMillis;
90 bool m_clientTimestampMillisHasBeenSet =
false;
void SetText(const Aws::String &value)
TextInputEvent & WithEventId(const Aws::String &value)
void SetEventId(const char *value)
TextInputEvent & WithText(const Aws::String &value)
TextInputEvent & WithEventId(const char *value)
TextInputEvent & WithText(const char *value)
const Aws::String & GetEventId() const
void SetEventId(Aws::String &&value)
bool TextHasBeenSet() const
TextInputEvent & WithClientTimestampMillis(long long value)
TextInputEvent & WithEventId(Aws::String &&value)
AWS_LEXRUNTIMEV2_API TextInputEvent(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetText() const
bool ClientTimestampMillisHasBeenSet() const
void SetText(const char *value)
TextInputEvent & WithText(Aws::String &&value)
AWS_LEXRUNTIMEV2_API TextInputEvent & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_LEXRUNTIMEV2_API TextInputEvent()
void SetClientTimestampMillis(long long value)
long long GetClientTimestampMillis() const
bool EventIdHasBeenSet() const
void SetEventId(const Aws::String &value)
void SetText(Aws::String &&value)
AWS_LEXRUNTIMEV2_API Aws::Utils::Json::JsonValue Jsonize() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue