7#include <aws/glue/Glue_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/glue/model/Comparator.h>
47 template<
typename KeyT = Aws::String>
48 void SetKey(KeyT&& value) { m_keyHasBeenSet =
true; m_key = std::forward<KeyT>(value); }
49 template<
typename KeyT = Aws::String>
59 template<
typename ValueT = Aws::String>
60 void SetValue(ValueT&& value) { m_valueHasBeenSet =
true; m_value = std::forward<ValueT>(value); }
61 template<
typename ValueT = Aws::String>
77 bool m_keyHasBeenSet =
false;
80 bool m_valueHasBeenSet =
false;
83 bool m_comparatorHasBeenSet =
false;
const Aws::String & GetKey() const
void SetKey(KeyT &&value)
AWS_GLUE_API Aws::Utils::Json::JsonValue Jsonize() const
bool ComparatorHasBeenSet() const
AWS_GLUE_API PropertyPredicate(Aws::Utils::Json::JsonView jsonValue)
AWS_GLUE_API PropertyPredicate()=default
PropertyPredicate & WithValue(ValueT &&value)
bool KeyHasBeenSet() const
AWS_GLUE_API PropertyPredicate & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetValue(ValueT &&value)
void SetComparator(Comparator value)
Comparator GetComparator() const
bool ValueHasBeenSet() const
PropertyPredicate & WithComparator(Comparator value)
PropertyPredicate & WithKey(KeyT &&value)
const Aws::String & GetValue() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue