7#include <aws/lexv2-runtime/LexRuntimeV2_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
50 template<
typename InputCharacterT = Aws::String>
51 void SetInputCharacter(InputCharacterT&& value) { m_inputCharacterHasBeenSet =
true; m_inputCharacter = std::forward<InputCharacterT>(value); }
52 template<
typename InputCharacterT = Aws::String>
63 template<
typename EventIdT = Aws::String>
64 void SetEventId(EventIdT&& value) { m_eventIdHasBeenSet =
true; m_eventId = std::forward<EventIdT>(value); }
65 template<
typename EventIdT = Aws::String>
76 inline void SetClientTimestampMillis(
long long value) { m_clientTimestampMillisHasBeenSet =
true; m_clientTimestampMillis = value; }
82 bool m_inputCharacterHasBeenSet =
false;
85 bool m_eventIdHasBeenSet =
false;
87 long long m_clientTimestampMillis{0};
88 bool m_clientTimestampMillisHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue