7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/lexv2-runtime/LexRuntimeV2_EXPORTS.h>
19namespace LexRuntimeV2 {
42 template <
typename TextT = Aws::String>
44 m_textHasBeenSet =
true;
45 m_text = std::forward<TextT>(value);
47 template <
typename TextT = Aws::String>
49 SetText(std::forward<TextT>(value));
61 template <
typename EventIdT = Aws::String>
63 m_eventIdHasBeenSet =
true;
64 m_eventId = std::forward<EventIdT>(value);
66 template <
typename EventIdT = Aws::String>
81 m_clientTimestampMillisHasBeenSet =
true;
82 m_clientTimestampMillis = value;
94 long long m_clientTimestampMillis{0};
95 bool m_textHasBeenSet =
false;
96 bool m_eventIdHasBeenSet =
false;
97 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