7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/neptunedata/Neptunedata_EXPORTS.h>
20namespace neptunedata {
39 inline long long GetCount()
const {
return m_count; }
42 m_countHasBeenSet =
true;
57 template <
typename NodePropertiesT = Aws::Vector<Aws::String>>
59 m_nodePropertiesHasBeenSet =
true;
60 m_nodeProperties = std::forward<NodePropertiesT>(value);
62 template <
typename NodePropertiesT = Aws::Vector<Aws::String>>
67 template <
typename NodePropertiesT = Aws::String>
69 m_nodePropertiesHasBeenSet =
true;
70 m_nodeProperties.emplace_back(std::forward<NodePropertiesT>(value));
82 template <
typename DistinctOutgoingEdgeLabelsT = Aws::Vector<Aws::String>>
84 m_distinctOutgoingEdgeLabelsHasBeenSet =
true;
85 m_distinctOutgoingEdgeLabels = std::forward<DistinctOutgoingEdgeLabelsT>(value);
87 template <
typename DistinctOutgoingEdgeLabelsT = Aws::Vector<Aws::String>>
92 template <
typename DistinctOutgoingEdgeLabelsT = Aws::String>
94 m_distinctOutgoingEdgeLabelsHasBeenSet =
true;
95 m_distinctOutgoingEdgeLabels.emplace_back(std::forward<DistinctOutgoingEdgeLabelsT>(value));
100 long long m_count{0};
105 bool m_countHasBeenSet =
false;
106 bool m_nodePropertiesHasBeenSet =
false;
107 bool m_distinctOutgoingEdgeLabelsHasBeenSet =
false;
bool NodePropertiesHasBeenSet() const
AWS_NEPTUNEDATA_API Aws::Utils::Json::JsonValue Jsonize() const
bool DistinctOutgoingEdgeLabelsHasBeenSet() const
AWS_NEPTUNEDATA_API NodeStructure & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_NEPTUNEDATA_API NodeStructure()=default
bool CountHasBeenSet() const
void SetNodeProperties(NodePropertiesT &&value)
NodeStructure & WithDistinctOutgoingEdgeLabels(DistinctOutgoingEdgeLabelsT &&value)
NodeStructure & WithCount(long long value)
NodeStructure & WithNodeProperties(NodePropertiesT &&value)
void SetCount(long long value)
const Aws::Vector< Aws::String > & GetNodeProperties() const
NodeStructure & AddNodeProperties(NodePropertiesT &&value)
AWS_NEPTUNEDATA_API NodeStructure(Aws::Utils::Json::JsonView jsonValue)
const Aws::Vector< Aws::String > & GetDistinctOutgoingEdgeLabels() const
NodeStructure & AddDistinctOutgoingEdgeLabels(DistinctOutgoingEdgeLabelsT &&value)
void SetDistinctOutgoingEdgeLabels(DistinctOutgoingEdgeLabelsT &&value)
long long GetCount() const
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue