7#include <aws/neptunedata/Neptunedata_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/Document.h>
48 inline void SetId(
Aws::String&& value) { m_idHasBeenSet =
true; m_id = std::move(value); }
49 inline void SetId(
const char* value) { m_idHasBeenSet =
true; m_id.assign(value); }
70 inline void SetType(
const char* value) { m_typeHasBeenSet =
true; m_type.assign(value); }
83 inline void SetKey(
Aws::String&& value) { m_keyHasBeenSet =
true; m_key = std::move(value); }
84 inline void SetKey(
const char* value) { m_keyHasBeenSet =
true; m_key.assign(value); }
112 inline void SetFrom(
const char* value) { m_fromHasBeenSet =
true; m_from.assign(value); }
127 inline void SetTo(
const char* value) { m_toHasBeenSet =
true; m_to.assign(value); }
135 bool m_idHasBeenSet =
false;
138 bool m_typeHasBeenSet =
false;
141 bool m_keyHasBeenSet =
false;
144 bool m_valueHasBeenSet =
false;
147 bool m_fromHasBeenSet =
false;
150 bool m_toHasBeenSet =
false;
void SetKey(const Aws::String &value)
void SetTo(Aws::String &&value)
PropertygraphData & WithId(const Aws::String &value)
void SetTo(const char *value)
void SetFrom(Aws::String &&value)
PropertygraphData & WithFrom(Aws::String &&value)
PropertygraphData & WithFrom(const char *value)
PropertygraphData & WithKey(Aws::String &&value)
void SetId(Aws::String &&value)
void SetFrom(const char *value)
bool IdHasBeenSet() const
void SetKey(Aws::String &&value)
PropertygraphData & WithFrom(const Aws::String &value)
PropertygraphData & WithTo(const char *value)
bool KeyHasBeenSet() const
Aws::Utils::DocumentView GetValue() const
bool TypeHasBeenSet() const
PropertygraphData & WithType(const Aws::String &value)
AWS_NEPTUNEDATA_API PropertygraphData(Aws::Utils::Json::JsonView jsonValue)
void SetType(const char *value)
void SetValue(const Aws::Utils::Document &value)
PropertygraphData & WithId(const char *value)
PropertygraphData & WithKey(const Aws::String &value)
PropertygraphData & WithType(Aws::String &&value)
void SetId(const char *value)
PropertygraphData & WithValue(Aws::Utils::Document &&value)
const Aws::String & GetFrom() const
PropertygraphData & WithTo(Aws::String &&value)
bool ToHasBeenSet() const
const Aws::String & GetKey() const
const Aws::String & GetType() const
void SetId(const Aws::String &value)
void SetValue(Aws::Utils::Document &&value)
AWS_NEPTUNEDATA_API PropertygraphData()
bool ValueHasBeenSet() const
bool FromHasBeenSet() const
void SetType(const Aws::String &value)
AWS_NEPTUNEDATA_API PropertygraphData & operator=(Aws::Utils::Json::JsonView jsonValue)
PropertygraphData & WithValue(const Aws::Utils::Document &value)
void SetKey(const char *value)
PropertygraphData & WithKey(const char *value)
PropertygraphData & WithTo(const Aws::String &value)
PropertygraphData & WithType(const char *value)
PropertygraphData & WithId(Aws::String &&value)
void SetFrom(const Aws::String &value)
const Aws::String & GetId() const
const Aws::String & GetTo() const
void SetTo(const Aws::String &value)
void SetType(Aws::String &&value)
AWS_NEPTUNEDATA_API Aws::Utils::Json::JsonValue Jsonize() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue