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>
10#include <aws/core/utils/memory/stl/AWSMap.h>
11#include <aws/neptune-graph/model/NodeStructure.h>
12#include <aws/neptune-graph/model/EdgeStructure.h>
50 inline void SetNumNodes(
long long value) { m_numNodesHasBeenSet =
true; m_numNodes = value; }
60 inline void SetNumEdges(
long long value) { m_numEdgesHasBeenSet =
true; m_numEdges = value; }
70 inline void SetNumNodeLabels(
long long value) { m_numNodeLabelsHasBeenSet =
true; m_numNodeLabels = value; }
80 inline void SetNumEdgeLabels(
long long value) { m_numEdgeLabelsHasBeenSet =
true; m_numEdgeLabels = value; }
120 inline void SetNumNodeProperties(
long long value) { m_numNodePropertiesHasBeenSet =
true; m_numNodeProperties = value; }
130 inline void SetNumEdgeProperties(
long long value) { m_numEdgePropertiesHasBeenSet =
true; m_numEdgeProperties = value; }
215 long long m_numNodes;
216 bool m_numNodesHasBeenSet =
false;
218 long long m_numEdges;
219 bool m_numEdgesHasBeenSet =
false;
221 long long m_numNodeLabels;
222 bool m_numNodeLabelsHasBeenSet =
false;
224 long long m_numEdgeLabels;
225 bool m_numEdgeLabelsHasBeenSet =
false;
228 bool m_nodeLabelsHasBeenSet =
false;
231 bool m_edgeLabelsHasBeenSet =
false;
233 long long m_numNodeProperties;
234 bool m_numNodePropertiesHasBeenSet =
false;
236 long long m_numEdgeProperties;
237 bool m_numEdgePropertiesHasBeenSet =
false;
240 bool m_nodePropertiesHasBeenSet =
false;
243 bool m_edgePropertiesHasBeenSet =
false;
245 long long m_totalNodePropertyValues;
246 bool m_totalNodePropertyValuesHasBeenSet =
false;
248 long long m_totalEdgePropertyValues;
249 bool m_totalEdgePropertyValuesHasBeenSet =
false;
252 bool m_nodeStructuresHasBeenSet =
false;
255 bool m_edgeStructuresHasBeenSet =
false;
long long GetNumNodes() const
void SetNodeLabels(Aws::Vector< Aws::String > &&value)
const Aws::Vector< NodeStructure > & GetNodeStructures() const
const Aws::Vector< Aws::Map< Aws::String, long long > > & GetNodeProperties() const
void SetEdgeProperties(const Aws::Vector< Aws::Map< Aws::String, long long > > &value)
bool NumNodeLabelsHasBeenSet() const
GraphDataSummary & WithTotalEdgePropertyValues(long long value)
AWS_NEPTUNEGRAPH_API GraphDataSummary(Aws::Utils::Json::JsonView jsonValue)
GraphDataSummary & AddEdgeProperties(Aws::Map< Aws::String, long long > &&value)
bool NumNodesHasBeenSet() const
bool NumEdgesHasBeenSet() const
void SetNodeProperties(const Aws::Vector< Aws::Map< Aws::String, long long > > &value)
void SetEdgeLabels(Aws::Vector< Aws::String > &&value)
AWS_NEPTUNEGRAPH_API Aws::Utils::Json::JsonValue Jsonize() const
GraphDataSummary & WithNodeLabels(const Aws::Vector< Aws::String > &value)
bool NumEdgePropertiesHasBeenSet() const
bool NodeStructuresHasBeenSet() const
GraphDataSummary & WithEdgeStructures(const Aws::Vector< EdgeStructure > &value)
const Aws::Vector< Aws::String > & GetNodeLabels() const
GraphDataSummary & AddNodeProperties(const Aws::Map< Aws::String, long long > &value)
GraphDataSummary & AddEdgeStructures(EdgeStructure &&value)
const Aws::Vector< Aws::String > & GetEdgeLabels() const
GraphDataSummary & WithNumEdgeProperties(long long value)
GraphDataSummary & WithEdgeLabels(Aws::Vector< Aws::String > &&value)
void SetEdgeProperties(Aws::Vector< Aws::Map< Aws::String, long long > > &&value)
bool NumNodePropertiesHasBeenSet() const
GraphDataSummary & WithNodeStructures(const Aws::Vector< NodeStructure > &value)
long long GetTotalEdgePropertyValues() const
GraphDataSummary & WithNumNodeProperties(long long value)
GraphDataSummary & WithEdgeProperties(const Aws::Vector< Aws::Map< Aws::String, long long > > &value)
void SetNumNodes(long long value)
GraphDataSummary & AddEdgeLabels(const Aws::String &value)
GraphDataSummary & AddEdgeStructures(const EdgeStructure &value)
void SetNodeStructures(const Aws::Vector< NodeStructure > &value)
GraphDataSummary & AddEdgeLabels(const char *value)
GraphDataSummary & WithEdgeLabels(const Aws::Vector< Aws::String > &value)
AWS_NEPTUNEGRAPH_API GraphDataSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetEdgeLabels(const Aws::Vector< Aws::String > &value)
AWS_NEPTUNEGRAPH_API GraphDataSummary()
GraphDataSummary & AddEdgeProperties(const Aws::Map< Aws::String, long long > &value)
bool NumEdgeLabelsHasBeenSet() const
GraphDataSummary & AddNodeStructures(NodeStructure &&value)
long long GetNumNodeLabels() const
GraphDataSummary & WithEdgeStructures(Aws::Vector< EdgeStructure > &&value)
GraphDataSummary & AddNodeProperties(Aws::Map< Aws::String, long long > &&value)
void SetNumNodeLabels(long long value)
GraphDataSummary & AddNodeLabels(Aws::String &&value)
bool NodePropertiesHasBeenSet() const
void SetNumEdges(long long value)
void SetTotalNodePropertyValues(long long value)
GraphDataSummary & WithTotalNodePropertyValues(long long value)
void SetEdgeStructures(const Aws::Vector< EdgeStructure > &value)
GraphDataSummary & WithNodeProperties(const Aws::Vector< Aws::Map< Aws::String, long long > > &value)
GraphDataSummary & AddNodeLabels(const Aws::String &value)
const Aws::Vector< Aws::Map< Aws::String, long long > > & GetEdgeProperties() const
long long GetTotalNodePropertyValues() const
long long GetNumNodeProperties() const
void SetNodeLabels(const Aws::Vector< Aws::String > &value)
void SetTotalEdgePropertyValues(long long value)
GraphDataSummary & WithNumEdgeLabels(long long value)
long long GetNumEdgeLabels() const
GraphDataSummary & WithNodeStructures(Aws::Vector< NodeStructure > &&value)
void SetNumNodeProperties(long long value)
void SetNumEdgeProperties(long long value)
GraphDataSummary & WithNodeProperties(Aws::Vector< Aws::Map< Aws::String, long long > > &&value)
long long GetNumEdgeProperties() const
bool EdgeStructuresHasBeenSet() const
GraphDataSummary & AddEdgeLabels(Aws::String &&value)
bool NodeLabelsHasBeenSet() const
void SetEdgeStructures(Aws::Vector< EdgeStructure > &&value)
GraphDataSummary & WithNumEdges(long long value)
GraphDataSummary & WithEdgeProperties(Aws::Vector< Aws::Map< Aws::String, long long > > &&value)
long long GetNumEdges() const
const Aws::Vector< EdgeStructure > & GetEdgeStructures() const
bool TotalEdgePropertyValuesHasBeenSet() const
void SetNodeStructures(Aws::Vector< NodeStructure > &&value)
GraphDataSummary & AddNodeLabels(const char *value)
GraphDataSummary & WithNumNodes(long long value)
void SetNodeProperties(Aws::Vector< Aws::Map< Aws::String, long long > > &&value)
GraphDataSummary & AddNodeStructures(const NodeStructure &value)
bool EdgeLabelsHasBeenSet() const
GraphDataSummary & WithNumNodeLabels(long long value)
void SetNumEdgeLabels(long long value)
GraphDataSummary & WithNodeLabels(Aws::Vector< Aws::String > &&value)
bool TotalNodePropertyValuesHasBeenSet() const
bool EdgePropertiesHasBeenSet() const
std::map< K, V, std::less< K >, Aws::Allocator< std::pair< const K, V > > > Map
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue