7#include <aws/neptunedata/Neptunedata_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/Document.h>
47 template<
typename IdT = Aws::String>
48 void SetId(IdT&& value) { m_idHasBeenSet =
true; m_id = std::forward<IdT>(value); }
49 template<
typename IdT = Aws::String>
66 template<
typename TypeT = Aws::String>
67 void SetType(TypeT&& value) { m_typeHasBeenSet =
true; m_type = std::forward<TypeT>(value); }
68 template<
typename TypeT = Aws::String>
78 template<
typename KeyT = Aws::String>
79 void SetKey(KeyT&& value) { m_keyHasBeenSet =
true; m_key = std::forward<KeyT>(value); }
80 template<
typename KeyT = Aws::String>
91 template<
typename ValueT = Aws::Utils::Document>
92 void SetValue(ValueT&& value) { m_valueHasBeenSet =
true; m_value = std::forward<ValueT>(value); }
93 template<
typename ValueT = Aws::Utils::Document>
104 template<
typename FromT = Aws::String>
105 void SetFrom(FromT&& value) { m_fromHasBeenSet =
true; m_from = std::forward<FromT>(value); }
106 template<
typename FromT = Aws::String>
117 template<
typename ToT = Aws::String>
118 void SetTo(ToT&& value) { m_toHasBeenSet =
true; m_to = std::forward<ToT>(value); }
119 template<
typename ToT = Aws::String>
125 bool m_idHasBeenSet =
false;
128 bool m_typeHasBeenSet =
false;
131 bool m_keyHasBeenSet =
false;
134 bool m_valueHasBeenSet =
false;
137 bool m_fromHasBeenSet =
false;
140 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