7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/neptunedata/Neptunedata_EXPORTS.h>
20namespace neptunedata {
39 inline long long GetCount()
const {
return m_count; }
42 m_countHasBeenSet =
true;
57 template <
typename EdgePropertiesT = Aws::Vector<Aws::String>>
59 m_edgePropertiesHasBeenSet =
true;
60 m_edgeProperties = std::forward<EdgePropertiesT>(value);
62 template <
typename EdgePropertiesT = Aws::Vector<Aws::String>>
67 template <
typename EdgePropertiesT = Aws::String>
69 m_edgePropertiesHasBeenSet =
true;
70 m_edgeProperties.emplace_back(std::forward<EdgePropertiesT>(value));
78 bool m_countHasBeenSet =
false;
79 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