7#include <aws/lexv2-runtime/LexRuntimeV2_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
51 inline void SetEventId(
const char* value) { m_eventIdHasBeenSet =
true; m_eventId.assign(value); }
64 inline void SetClientTimestampMillis(
long long value) { m_clientTimestampMillisHasBeenSet =
true; m_clientTimestampMillis = value; }
70 bool m_eventIdHasBeenSet =
false;
72 long long m_clientTimestampMillis;
73 bool m_clientTimestampMillisHasBeenSet =
false;
AWS_LEXRUNTIMEV2_API DisconnectionEvent & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetEventId() const
void SetEventId(const char *value)
void SetEventId(Aws::String &&value)
bool ClientTimestampMillisHasBeenSet() const
AWS_LEXRUNTIMEV2_API DisconnectionEvent()
DisconnectionEvent & WithClientTimestampMillis(long long value)
DisconnectionEvent & WithEventId(const Aws::String &value)
DisconnectionEvent & WithEventId(Aws::String &&value)
bool EventIdHasBeenSet() const
void SetClientTimestampMillis(long long value)
long long GetClientTimestampMillis() const
void SetEventId(const Aws::String &value)
DisconnectionEvent & WithEventId(const char *value)
AWS_LEXRUNTIMEV2_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_LEXRUNTIMEV2_API DisconnectionEvent(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue