@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ConditionExpression extends Object implements Serializable, Cloneable, StructuredPojo
Condition expression defined in the Glue Studio data preparation recipe node.
Constructor and Description |
---|
ConditionExpression() |
Modifier and Type | Method and Description |
---|---|
ConditionExpression |
clone() |
boolean |
equals(Object obj) |
String |
getCondition()
The condition of the condition expression.
|
String |
getTargetColumn()
The target column of the condition expressions.
|
String |
getValue()
The value of the condition expression.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setCondition(String condition)
The condition of the condition expression.
|
void |
setTargetColumn(String targetColumn)
The target column of the condition expressions.
|
void |
setValue(String value)
The value of the condition expression.
|
String |
toString()
Returns a string representation of this object.
|
ConditionExpression |
withCondition(String condition)
The condition of the condition expression.
|
ConditionExpression |
withTargetColumn(String targetColumn)
The target column of the condition expressions.
|
ConditionExpression |
withValue(String value)
The value of the condition expression.
|
public void setCondition(String condition)
The condition of the condition expression.
condition
- The condition of the condition expression.public String getCondition()
The condition of the condition expression.
public ConditionExpression withCondition(String condition)
The condition of the condition expression.
condition
- The condition of the condition expression.public void setValue(String value)
The value of the condition expression.
value
- The value of the condition expression.public String getValue()
The value of the condition expression.
public ConditionExpression withValue(String value)
The value of the condition expression.
value
- The value of the condition expression.public void setTargetColumn(String targetColumn)
The target column of the condition expressions.
targetColumn
- The target column of the condition expressions.public String getTargetColumn()
The target column of the condition expressions.
public ConditionExpression withTargetColumn(String targetColumn)
The target column of the condition expressions.
targetColumn
- The target column of the condition expressions.public String toString()
toString
in class Object
Object.toString()
public ConditionExpression clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.