7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/lexv2-runtime/LexRuntimeV2_EXPORTS.h>
19namespace LexRuntimeV2 {
43 template <
typename EventIdT = Aws::String>
45 m_eventIdHasBeenSet =
true;
46 m_eventId = std::forward<EventIdT>(value);
48 template <
typename EventIdT = Aws::String>
63 m_clientTimestampMillisHasBeenSet =
true;
64 m_clientTimestampMillis = value;
74 long long m_clientTimestampMillis{0};
75 bool m_eventIdHasBeenSet =
false;
76 bool m_clientTimestampMillisHasBeenSet =
false;
bool EventIdHasBeenSet() const
PlaybackCompletionEvent & WithEventId(EventIdT &&value)
void SetClientTimestampMillis(long long value)
PlaybackCompletionEvent & WithClientTimestampMillis(long long value)
AWS_LEXRUNTIMEV2_API PlaybackCompletionEvent()=default
AWS_LEXRUNTIMEV2_API Aws::Utils::Json::JsonValue Jsonize() const
bool ClientTimestampMillisHasBeenSet() const
long long GetClientTimestampMillis() const
AWS_LEXRUNTIMEV2_API PlaybackCompletionEvent(Aws::Utils::Json::JsonView jsonValue)
AWS_LEXRUNTIMEV2_API PlaybackCompletionEvent & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetEventId() const
void SetEventId(EventIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue