7#include <aws/glue/Glue_EXPORTS.h>
8#include <aws/glue/model/Logical.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/glue/model/Condition.h>
60 template<
typename ConditionsT = Aws::Vector<Condition>>
61 void SetConditions(ConditionsT&& value) { m_conditionsHasBeenSet =
true; m_conditions = std::forward<ConditionsT>(value); }
62 template<
typename ConditionsT = Aws::Vector<Condition>>
64 template<
typename ConditionsT = Condition>
65 Predicate&
AddConditions(ConditionsT&& value) { m_conditionsHasBeenSet =
true; m_conditions.emplace_back(std::forward<ConditionsT>(value));
return *
this; }
70 bool m_logicalHasBeenSet =
false;
73 bool m_conditionsHasBeenSet =
false;
Logical GetLogical() const
AWS_GLUE_API Predicate & operator=(Aws::Utils::Json::JsonView jsonValue)
bool ConditionsHasBeenSet() const
bool LogicalHasBeenSet() const
AWS_GLUE_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_GLUE_API Predicate()=default
Predicate & WithConditions(ConditionsT &&value)
Predicate & WithLogical(Logical value)
void SetLogical(Logical value)
Predicate & AddConditions(ConditionsT &&value)
const Aws::Vector< Condition > & GetConditions() const
AWS_GLUE_API Predicate(Aws::Utils::Json::JsonView jsonValue)
void SetConditions(ConditionsT &&value)
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue