7#include <aws/core/utils/memory/stl/AWSMap.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/neptunedata/Neptunedata_EXPORTS.h>
10#include <aws/neptunedata/model/PropertygraphData.h>
21namespace neptunedata {
44 m_commitTimestampInMillisHasBeenSet =
true;
45 m_commitTimestampInMillis = value;
59 template <
typename EventIdT = Aws::Map<Aws::String, Aws::String>>
61 m_eventIdHasBeenSet =
true;
62 m_eventId = std::forward<EventIdT>(value);
64 template <
typename EventIdT = Aws::Map<Aws::String, Aws::String>>
69 template <
typename EventIdKeyT = Aws::String,
typename EventIdValueT = Aws::String>
71 m_eventIdHasBeenSet =
true;
72 m_eventId.emplace(std::forward<EventIdKeyT>(key), std::forward<EventIdValueT>(value));
83 template <
typename DataT = PropertygraphData>
85 m_dataHasBeenSet =
true;
86 m_data = std::forward<DataT>(value);
88 template <
typename DataT = PropertygraphData>
90 SetData(std::forward<DataT>(value));
101 template <
typename OpT = Aws::String>
103 m_opHasBeenSet =
true;
104 m_op = std::forward<OpT>(value);
106 template <
typename OpT = Aws::String>
108 SetOp(std::forward<OpT>(value));
122 m_isLastOpHasBeenSet =
true;
131 long long m_commitTimestampInMillis{0};
135 PropertygraphData m_data;
139 bool m_isLastOp{
false};
140 bool m_commitTimestampInMillisHasBeenSet =
false;
141 bool m_eventIdHasBeenSet =
false;
142 bool m_dataHasBeenSet =
false;
143 bool m_opHasBeenSet =
false;
144 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