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; }
91 inline void SetOp(
Aws::String&& value) { m_opHasBeenSet =
true; m_op = std::move(value); }
92 inline void SetOp(
const char* value) { m_opHasBeenSet =
true; m_op.assign(value); }
106 inline void SetIsLastOp(
bool value) { m_isLastOpHasBeenSet =
true; m_isLastOp = value; }
111 long long m_commitTimestampInMillis;
112 bool m_commitTimestampInMillisHasBeenSet =
false;
115 bool m_eventIdHasBeenSet =
false;
118 bool m_dataHasBeenSet =
false;
121 bool m_opHasBeenSet =
false;
124 bool m_isLastOpHasBeenSet =
false;
PropertygraphRecord & AddEventId(Aws::String &&key, Aws::String &&value)
void SetEventId(const Aws::Map< Aws::String, Aws::String > &value)
void SetEventId(Aws::Map< Aws::String, Aws::String > &&value)
const Aws::String & GetOp() const
void SetOp(Aws::String &&value)
bool EventIdHasBeenSet() const
PropertygraphRecord & AddEventId(const Aws::String &key, const Aws::String &value)
PropertygraphRecord & WithData(const PropertygraphData &value)
void SetData(const PropertygraphData &value)
PropertygraphRecord & WithIsLastOp(bool value)
bool DataHasBeenSet() const
AWS_NEPTUNEDATA_API PropertygraphRecord & operator=(Aws::Utils::Json::JsonView jsonValue)
PropertygraphRecord & AddEventId(Aws::String &&key, const char *value)
void SetOp(const Aws::String &value)
PropertygraphRecord & AddEventId(Aws::String &&key, const Aws::String &value)
PropertygraphRecord & AddEventId(const char *key, Aws::String &&value)
PropertygraphRecord & WithEventId(Aws::Map< Aws::String, Aws::String > &&value)
PropertygraphRecord & AddEventId(const char *key, const char *value)
PropertygraphRecord & WithOp(Aws::String &&value)
const PropertygraphData & GetData() const
AWS_NEPTUNEDATA_API Aws::Utils::Json::JsonValue Jsonize() const
PropertygraphRecord & AddEventId(const Aws::String &key, Aws::String &&value)
PropertygraphRecord & WithOp(const char *value)
bool OpHasBeenSet() const
PropertygraphRecord & WithOp(const Aws::String &value)
void SetCommitTimestampInMillis(long long value)
PropertygraphRecord & WithData(PropertygraphData &&value)
AWS_NEPTUNEDATA_API PropertygraphRecord()
bool IsLastOpHasBeenSet() const
void SetData(PropertygraphData &&value)
bool CommitTimestampInMillisHasBeenSet() const
long long GetCommitTimestampInMillis() const
void SetIsLastOp(bool value)
void SetOp(const char *value)
PropertygraphRecord & WithEventId(const Aws::Map< Aws::String, Aws::String > &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