7#include <aws/glue/Glue_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
47 template<
typename ConditionT = Aws::String>
48 void SetCondition(ConditionT&& value) { m_conditionHasBeenSet =
true; m_condition = std::forward<ConditionT>(value); }
49 template<
typename ConditionT = 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>
71 template<
typename TargetColumnT = Aws::String>
72 void SetTargetColumn(TargetColumnT&& value) { m_targetColumnHasBeenSet =
true; m_targetColumn = std::forward<TargetColumnT>(value); }
73 template<
typename TargetColumnT = Aws::String>
79 bool m_conditionHasBeenSet =
false;
82 bool m_valueHasBeenSet =
false;
85 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