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>
46 inline long long GetCount()
const {
return m_count; }
48 inline void SetCount(
long long value) { m_countHasBeenSet =
true; m_count = value; }
58 template<
typename EdgePropertiesT = Aws::Vector<Aws::String>>
59 void SetEdgeProperties(EdgePropertiesT&& value) { m_edgePropertiesHasBeenSet =
true; m_edgeProperties = std::forward<EdgePropertiesT>(value); }
60 template<
typename EdgePropertiesT = Aws::Vector<Aws::String>>
62 template<
typename EdgePropertiesT = Aws::String>
63 EdgeStructure&
AddEdgeProperties(EdgePropertiesT&& value) { m_edgePropertiesHasBeenSet =
true; m_edgeProperties.emplace_back(std::forward<EdgePropertiesT>(value));
return *
this; }
68 bool m_countHasBeenSet =
false;
71 bool m_edgePropertiesHasBeenSet =
false;
void SetEdgeProperties(EdgePropertiesT &&value)
EdgeStructure & WithCount(long long value)
bool CountHasBeenSet() const
bool EdgePropertiesHasBeenSet() const
const Aws::Vector< Aws::String > & GetEdgeProperties() const
AWS_NEPTUNEGRAPH_API EdgeStructure & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetCount(long long value)
AWS_NEPTUNEGRAPH_API EdgeStructure(Aws::Utils::Json::JsonView jsonValue)
AWS_NEPTUNEGRAPH_API Aws::Utils::Json::JsonValue Jsonize() const
EdgeStructure & AddEdgeProperties(EdgePropertiesT &&value)
long long GetCount() const
AWS_NEPTUNEGRAPH_API EdgeStructure()=default
EdgeStructure & WithEdgeProperties(EdgePropertiesT &&value)
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue