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 PredicatesT = Aws::Vector<Aws::String>>
59 m_predicatesHasBeenSet =
true;
60 m_predicates = std::forward<PredicatesT>(value);
62 template <
typename PredicatesT = Aws::Vector<Aws::String>>
67 template <
typename PredicatesT = Aws::String>
69 m_predicatesHasBeenSet =
true;
70 m_predicates.emplace_back(std::forward<PredicatesT>(value));
78 bool m_countHasBeenSet =
false;
79 bool m_predicatesHasBeenSet =
false;
AWS_NEPTUNEDATA_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_NEPTUNEDATA_API SubjectStructure()=default
SubjectStructure & AddPredicates(PredicatesT &&value)
SubjectStructure & WithCount(long long value)
bool CountHasBeenSet() const
const Aws::Vector< Aws::String > & GetPredicates() const
long long GetCount() const
void SetPredicates(PredicatesT &&value)
SubjectStructure & WithPredicates(PredicatesT &&value)
AWS_NEPTUNEDATA_API SubjectStructure(Aws::Utils::Json::JsonView jsonValue)
void SetCount(long long value)
AWS_NEPTUNEDATA_API SubjectStructure & operator=(Aws::Utils::Json::JsonView jsonValue)
bool PredicatesHasBeenSet() const
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue