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 PredicatesT = Aws::Vector<Aws::String>>
58 void SetPredicates(PredicatesT&& value) { m_predicatesHasBeenSet =
true; m_predicates = std::forward<PredicatesT>(value); }
59 template<
typename PredicatesT = Aws::Vector<Aws::String>>
61 template<
typename PredicatesT = Aws::String>
62 SubjectStructure&
AddPredicates(PredicatesT&& value) { m_predicatesHasBeenSet =
true; m_predicates.emplace_back(std::forward<PredicatesT>(value));
return *
this; }
67 bool m_countHasBeenSet =
false;
70 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