7#include <aws/lexv2-runtime/LexRuntimeV2_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
48 template<
typename TextT = Aws::String>
49 void SetText(TextT&& value) { m_textHasBeenSet =
true; m_text = std::forward<TextT>(value); }
50 template<
typename TextT = Aws::String>
61 template<
typename EventIdT = Aws::String>
62 void SetEventId(EventIdT&& value) { m_eventIdHasBeenSet =
true; m_eventId = std::forward<EventIdT>(value); }
63 template<
typename EventIdT = Aws::String>
74 inline void SetClientTimestampMillis(
long long value) { m_clientTimestampMillisHasBeenSet =
true; m_clientTimestampMillis = value; }
80 bool m_textHasBeenSet =
false;
83 bool m_eventIdHasBeenSet =
false;
85 long long m_clientTimestampMillis{0};
86 bool m_clientTimestampMillisHasBeenSet =
false;
const Aws::String & GetEventId() const
bool TextHasBeenSet() const
TextInputEvent & WithClientTimestampMillis(long long value)
AWS_LEXRUNTIMEV2_API TextInputEvent(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetText() const
bool ClientTimestampMillisHasBeenSet() const
TextInputEvent & WithEventId(EventIdT &&value)
void SetText(TextT &&value)
AWS_LEXRUNTIMEV2_API TextInputEvent & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetClientTimestampMillis(long long value)
TextInputEvent & WithText(TextT &&value)
long long GetClientTimestampMillis() const
AWS_LEXRUNTIMEV2_API TextInputEvent()=default
bool EventIdHasBeenSet() const
void SetEventId(EventIdT &&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