7#include <aws/neptunedata/Neptunedata_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSMap.h>
9#include <aws/neptunedata/model/PropertygraphData.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
49 inline void SetCommitTimestampInMillis(
long long value) { m_commitTimestampInMillisHasBeenSet =
true; m_commitTimestampInMillis = value; }
59 template<
typename EventIdT = Aws::Map<Aws::String, Aws::String>>
60 void SetEventId(EventIdT&& value) { m_eventIdHasBeenSet =
true; m_eventId = std::forward<EventIdT>(value); }
61 template<
typename EventIdT = Aws::Map<Aws::String, Aws::String>>
63 template<
typename EventIdKeyT = Aws::String,
typename EventIdValueT = Aws::String>
65 m_eventIdHasBeenSet =
true; m_eventId.emplace(std::forward<EventIdKeyT>(key), std::forward<EventIdValueT>(value));
return *
this;
75 template<
typename DataT = PropertygraphData>
76 void SetData(DataT&& value) { m_dataHasBeenSet =
true; m_data = std::forward<DataT>(value); }
77 template<
typename DataT = PropertygraphData>
87 template<
typename OpT = Aws::String>
88 void SetOp(OpT&& value) { m_opHasBeenSet =
true; m_op = std::forward<OpT>(value); }
89 template<
typename OpT = Aws::String>
101 inline void SetIsLastOp(
bool value) { m_isLastOpHasBeenSet =
true; m_isLastOp = value; }
106 long long m_commitTimestampInMillis{0};
107 bool m_commitTimestampInMillisHasBeenSet =
false;
110 bool m_eventIdHasBeenSet =
false;
112 PropertygraphData m_data;
113 bool m_dataHasBeenSet =
false;
116 bool m_opHasBeenSet =
false;
118 bool m_isLastOp{
false};
119 bool m_isLastOpHasBeenSet =
false;
const Aws::String & GetOp() const
void SetEventId(EventIdT &&value)
AWS_NEPTUNEDATA_API PropertygraphRecord()=default
bool EventIdHasBeenSet() const
PropertygraphRecord & WithIsLastOp(bool value)
bool DataHasBeenSet() const
AWS_NEPTUNEDATA_API PropertygraphRecord & operator=(Aws::Utils::Json::JsonView jsonValue)
PropertygraphRecord & WithData(DataT &&value)
const PropertygraphData & GetData() const
AWS_NEPTUNEDATA_API Aws::Utils::Json::JsonValue Jsonize() const
bool OpHasBeenSet() const
PropertygraphRecord & WithOp(OpT &&value)
void SetCommitTimestampInMillis(long long value)
PropertygraphRecord & AddEventId(EventIdKeyT &&key, EventIdValueT &&value)
bool IsLastOpHasBeenSet() const
bool CommitTimestampInMillisHasBeenSet() const
long long GetCommitTimestampInMillis() const
void SetData(DataT &&value)
void SetIsLastOp(bool value)
PropertygraphRecord & WithEventId(EventIdT &&value)
AWS_NEPTUNEDATA_API PropertygraphRecord(Aws::Utils::Json::JsonView jsonValue)
PropertygraphRecord & WithCommitTimestampInMillis(long long value)
const Aws::Map< Aws::String, Aws::String > & GetEventId() const
std::map< K, V, std::less< K >, Aws::Allocator< std::pair< const K, V > > > Map
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue