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>
57 bool m_eventIdHasBeenSet =
false;
AWS_LEXRUNTIMEV2_API HeartbeatEvent()=default
AWS_LEXRUNTIMEV2_API HeartbeatEvent(Aws::Utils::Json::JsonView jsonValue)
bool EventIdHasBeenSet() const
void SetEventId(EventIdT &&value)
AWS_LEXRUNTIMEV2_API Aws::Utils::Json::JsonValue Jsonize() const
HeartbeatEvent & WithEventId(EventIdT &&value)
AWS_LEXRUNTIMEV2_API HeartbeatEvent & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetEventId() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue