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>
50 inline void SetLogical(
const Logical& value) { m_logicalHasBeenSet =
true; m_logical = value; }
51 inline void SetLogical(
Logical&& value) { m_logicalHasBeenSet =
true; m_logical = std::move(value); }
72 bool m_logicalHasBeenSet =
false;
75 bool m_conditionsHasBeenSet =
false;
Predicate & AddConditions(Condition &&value)
void SetConditions(Aws::Vector< Condition > &&value)
Predicate & WithConditions(Aws::Vector< Condition > &&value)
AWS_GLUE_API Predicate & operator=(Aws::Utils::Json::JsonView jsonValue)
Predicate & AddConditions(const Condition &value)
void SetConditions(const Aws::Vector< Condition > &value)
bool ConditionsHasBeenSet() const
void SetLogical(Logical &&value)
bool LogicalHasBeenSet() const
void SetLogical(const Logical &value)
AWS_GLUE_API Aws::Utils::Json::JsonValue Jsonize() const
Predicate & WithLogical(const Logical &value)
Predicate & WithConditions(const Aws::Vector< Condition > &value)
const Aws::Vector< Condition > & GetConditions() const
AWS_GLUE_API Predicate(Aws::Utils::Json::JsonView jsonValue)
const Logical & GetLogical() const
Predicate & WithLogical(Logical &&value)
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue