7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/neptune-graph/NeptuneGraph_EXPORTS.h>
20namespace NeptuneGraph {
40 inline long long GetCount()
const {
return m_count; }
43 m_countHasBeenSet =
true;
58 template <
typename EdgePropertiesT = Aws::Vector<Aws::String>>
60 m_edgePropertiesHasBeenSet =
true;
61 m_edgeProperties = std::forward<EdgePropertiesT>(value);
63 template <
typename EdgePropertiesT = Aws::Vector<Aws::String>>
68 template <
typename EdgePropertiesT = Aws::String>
70 m_edgePropertiesHasBeenSet =
true;
71 m_edgeProperties.emplace_back(std::forward<EdgePropertiesT>(value));
79 bool m_countHasBeenSet =
false;
80 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