7#include <aws/neptune-graph/NeptuneGraph_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
45 inline long long GetCount()
const{
return m_count; }
47 inline void SetCount(
long long value) { m_countHasBeenSet =
true; m_count = value; }
83 bool m_countHasBeenSet =
false;
86 bool m_nodePropertiesHasBeenSet =
false;
89 bool m_distinctOutgoingEdgeLabelsHasBeenSet =
false;
NodeStructure & AddNodeProperties(Aws::String &&value)
long long GetCount() const
NodeStructure & WithNodeProperties(Aws::Vector< Aws::String > &&value)
void SetDistinctOutgoingEdgeLabels(const Aws::Vector< Aws::String > &value)
bool NodePropertiesHasBeenSet() const
void SetNodeProperties(const Aws::Vector< Aws::String > &value)
NodeStructure & AddDistinctOutgoingEdgeLabels(Aws::String &&value)
NodeStructure & WithNodeProperties(const Aws::Vector< Aws::String > &value)
const Aws::Vector< Aws::String > & GetDistinctOutgoingEdgeLabels() const
NodeStructure & AddDistinctOutgoingEdgeLabels(const char *value)
void SetDistinctOutgoingEdgeLabels(Aws::Vector< Aws::String > &&value)
void SetCount(long long value)
AWS_NEPTUNEGRAPH_API Aws::Utils::Json::JsonValue Jsonize() const
NodeStructure & WithCount(long long value)
NodeStructure & WithDistinctOutgoingEdgeLabels(const Aws::Vector< Aws::String > &value)
AWS_NEPTUNEGRAPH_API NodeStructure & operator=(Aws::Utils::Json::JsonView jsonValue)
NodeStructure & AddDistinctOutgoingEdgeLabels(const Aws::String &value)
NodeStructure & AddNodeProperties(const Aws::String &value)
AWS_NEPTUNEGRAPH_API NodeStructure()
bool DistinctOutgoingEdgeLabelsHasBeenSet() const
AWS_NEPTUNEGRAPH_API NodeStructure(Aws::Utils::Json::JsonView jsonValue)
NodeStructure & AddNodeProperties(const char *value)
void SetNodeProperties(Aws::Vector< Aws::String > &&value)
bool CountHasBeenSet() const
const Aws::Vector< Aws::String > & GetNodeProperties() const
NodeStructure & WithDistinctOutgoingEdgeLabels(Aws::Vector< Aws::String > &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue