7#include <aws/core/utils/Document.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/neptunedata/Neptunedata_EXPORTS.h>
20namespace neptunedata {
41 template <
typename IdT = Aws::String>
43 m_idHasBeenSet =
true;
44 m_id = std::forward<IdT>(value);
46 template <
typename IdT = Aws::String>
48 SetId(std::forward<IdT>(value));
66 template <
typename TypeT = Aws::String>
68 m_typeHasBeenSet =
true;
69 m_type = std::forward<TypeT>(value);
71 template <
typename TypeT = Aws::String>
73 SetType(std::forward<TypeT>(value));
84 template <
typename KeyT = Aws::String>
86 m_keyHasBeenSet =
true;
87 m_key = std::forward<KeyT>(value);
89 template <
typename KeyT = Aws::String>
91 SetKey(std::forward<KeyT>(value));
103 template <
typename ValueT = Aws::Utils::Document>
105 m_valueHasBeenSet =
true;
106 m_value = std::forward<ValueT>(value);
108 template <
typename ValueT = Aws::Utils::Document>
110 SetValue(std::forward<ValueT>(value));
122 template <
typename FromT = Aws::String>
124 m_fromHasBeenSet =
true;
125 m_from = std::forward<FromT>(value);
127 template <
typename FromT = Aws::String>
129 SetFrom(std::forward<FromT>(value));
141 template <
typename ToT = Aws::String>
143 m_toHasBeenSet =
true;
144 m_to = std::forward<ToT>(value);
146 template <
typename ToT = Aws::String>
148 SetTo(std::forward<ToT>(value));
164 bool m_idHasBeenSet =
false;
165 bool m_typeHasBeenSet =
false;
166 bool m_keyHasBeenSet =
false;
167 bool m_valueHasBeenSet =
false;
168 bool m_fromHasBeenSet =
false;
169 bool m_toHasBeenSet =
false;
PropertygraphData & WithValue(ValueT &&value)
void SetValue(ValueT &&value)
bool IdHasBeenSet() const
PropertygraphData & WithTo(ToT &&value)
bool KeyHasBeenSet() const
void SetKey(KeyT &&value)
Aws::Utils::DocumentView GetValue() const
bool TypeHasBeenSet() const
void SetType(TypeT &&value)
AWS_NEPTUNEDATA_API PropertygraphData(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetFrom() const
bool ToHasBeenSet() const
const Aws::String & GetKey() const
const Aws::String & GetType() const
bool ValueHasBeenSet() const
bool FromHasBeenSet() const
AWS_NEPTUNEDATA_API PropertygraphData & operator=(Aws::Utils::Json::JsonView jsonValue)
PropertygraphData & WithKey(KeyT &&value)
PropertygraphData & WithFrom(FromT &&value)
PropertygraphData & WithType(TypeT &&value)
PropertygraphData & WithId(IdT &&value)
void SetFrom(FromT &&value)
const Aws::String & GetId() const
AWS_NEPTUNEDATA_API PropertygraphData()=default
const Aws::String & GetTo() const
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