7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/glue/Glue_EXPORTS.h>
41 template <
typename ConditionT = Aws::String>
43 m_conditionHasBeenSet =
true;
44 m_condition = std::forward<ConditionT>(value);
46 template <
typename ConditionT = Aws::String>
59 template <
typename ValueT = Aws::String>
61 m_valueHasBeenSet =
true;
62 m_value = std::forward<ValueT>(value);
64 template <
typename ValueT = Aws::String>
66 SetValue(std::forward<ValueT>(value));
77 template <
typename TargetColumnT = Aws::String>
79 m_targetColumnHasBeenSet =
true;
80 m_targetColumn = std::forward<TargetColumnT>(value);
82 template <
typename TargetColumnT = Aws::String>
94 bool m_conditionHasBeenSet =
false;
95 bool m_valueHasBeenSet =
false;
96 bool m_targetColumnHasBeenSet =
false;
AWS_GLUE_API ConditionExpression & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetTargetColumn(TargetColumnT &&value)
const Aws::String & GetTargetColumn() const
const Aws::String & GetValue() const
bool TargetColumnHasBeenSet() const
void SetCondition(ConditionT &&value)
bool ConditionHasBeenSet() const
void SetValue(ValueT &&value)
ConditionExpression & WithValue(ValueT &&value)
const Aws::String & GetCondition() const
AWS_GLUE_API Aws::Utils::Json::JsonValue Jsonize() const
bool ValueHasBeenSet() const
AWS_GLUE_API ConditionExpression()=default
ConditionExpression & WithTargetColumn(TargetColumnT &&value)
ConditionExpression & WithCondition(ConditionT &&value)
AWS_GLUE_API ConditionExpression(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue