7#include <aws/neptunedata/Neptunedata_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; }
57 template<
typename EdgePropertiesT = Aws::Vector<Aws::String>>
58 void SetEdgeProperties(EdgePropertiesT&& value) { m_edgePropertiesHasBeenSet =
true; m_edgeProperties = std::forward<EdgePropertiesT>(value); }
59 template<
typename EdgePropertiesT = Aws::Vector<Aws::String>>
61 template<
typename EdgePropertiesT = Aws::String>
62 EdgeStructure&
AddEdgeProperties(EdgePropertiesT&& value) { m_edgePropertiesHasBeenSet =
true; m_edgeProperties.emplace_back(std::forward<EdgePropertiesT>(value));
return *
this; }
67 bool m_countHasBeenSet =
false;
70 bool m_edgePropertiesHasBeenSet =
false;
long long GetCount() const
void SetCount(long long value)
AWS_NEPTUNEDATA_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_NEPTUNEDATA_API EdgeStructure & operator=(Aws::Utils::Json::JsonView jsonValue)
EdgeStructure & AddEdgeProperties(EdgePropertiesT &&value)
bool CountHasBeenSet() const
EdgeStructure & WithEdgeProperties(EdgePropertiesT &&value)
AWS_NEPTUNEDATA_API EdgeStructure(Aws::Utils::Json::JsonView jsonValue)
bool EdgePropertiesHasBeenSet() const
const Aws::Vector< Aws::String > & GetEdgeProperties() const
EdgeStructure & WithCount(long long value)
void SetEdgeProperties(EdgePropertiesT &&value)
AWS_NEPTUNEDATA_API EdgeStructure()=default
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue