7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/databrew/GlueDataBrew_EXPORTS.h>
19namespace GlueDataBrew {
49 template <
typename ConditionT = Aws::String>
51 m_conditionHasBeenSet =
true;
52 m_condition = std::forward<ConditionT>(value);
54 template <
typename ConditionT = Aws::String>
67 template <
typename ValueT = Aws::String>
69 m_valueHasBeenSet =
true;
70 m_value = std::forward<ValueT>(value);
72 template <
typename ValueT = Aws::String>
74 SetValue(std::forward<ValueT>(value));
85 template <
typename TargetColumnT = Aws::String>
87 m_targetColumnHasBeenSet =
true;
88 m_targetColumn = std::forward<TargetColumnT>(value);
90 template <
typename TargetColumnT = Aws::String>
102 bool m_conditionHasBeenSet =
false;
103 bool m_valueHasBeenSet =
false;
104 bool m_targetColumnHasBeenSet =
false;
void SetCondition(ConditionT &&value)
const Aws::String & GetValue() const
bool ConditionHasBeenSet() const
ConditionExpression & WithTargetColumn(TargetColumnT &&value)
const Aws::String & GetCondition() const
bool ValueHasBeenSet() const
AWS_GLUEDATABREW_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetTargetColumn() const
void SetValue(ValueT &&value)
AWS_GLUEDATABREW_API ConditionExpression(Aws::Utils::Json::JsonView jsonValue)
bool TargetColumnHasBeenSet() const
void SetTargetColumn(TargetColumnT &&value)
ConditionExpression & WithCondition(ConditionT &&value)
AWS_GLUEDATABREW_API ConditionExpression & operator=(Aws::Utils::Json::JsonView jsonValue)
ConditionExpression & WithValue(ValueT &&value)
AWS_GLUEDATABREW_API ConditionExpression()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue