7#include <aws/lexv2-runtime/LexRuntimeV2_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
49 template<
typename EventIdT = Aws::String>
50 void SetEventId(EventIdT&& value) { m_eventIdHasBeenSet =
true; m_eventId = std::forward<EventIdT>(value); }
51 template<
typename EventIdT = Aws::String>
62 inline void SetClientTimestampMillis(
long long value) { m_clientTimestampMillisHasBeenSet =
true; m_clientTimestampMillis = value; }
68 bool m_eventIdHasBeenSet =
false;
70 long long m_clientTimestampMillis{0};
71 bool m_clientTimestampMillisHasBeenSet =
false;
AWS_LEXRUNTIMEV2_API DisconnectionEvent & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetEventId() const
AWS_LEXRUNTIMEV2_API DisconnectionEvent()=default
bool ClientTimestampMillisHasBeenSet() const
DisconnectionEvent & WithEventId(EventIdT &&value)
DisconnectionEvent & WithClientTimestampMillis(long long value)
bool EventIdHasBeenSet() const
void SetClientTimestampMillis(long long value)
long long GetClientTimestampMillis() const
void SetEventId(EventIdT &&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