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;
bool EventIdHasBeenSet() const
void SetClientTimestampMillis(long long value)
void SetEventId(const Aws::String &value)
PlaybackCompletionEvent & WithEventId(const char *value)
void SetEventId(const char *value)
PlaybackCompletionEvent & WithClientTimestampMillis(long long value)
AWS_LEXRUNTIMEV2_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_LEXRUNTIMEV2_API PlaybackCompletionEvent()
bool ClientTimestampMillisHasBeenSet() const
long long GetClientTimestampMillis() const
PlaybackCompletionEvent & WithEventId(const Aws::String &value)
AWS_LEXRUNTIMEV2_API PlaybackCompletionEvent(Aws::Utils::Json::JsonView jsonValue)
void SetEventId(Aws::String &&value)
AWS_LEXRUNTIMEV2_API PlaybackCompletionEvent & operator=(Aws::Utils::Json::JsonView jsonValue)
PlaybackCompletionEvent & WithEventId(Aws::String &&value)
const Aws::String & GetEventId() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue