@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class FilterOperation extends Object implements Serializable, Cloneable, StructuredPojo
A transform operation that filters rows based on a condition.
| Constructor and Description |
|---|
FilterOperation() |
| Modifier and Type | Method and Description |
|---|---|
FilterOperation |
clone() |
boolean |
equals(Object obj) |
String |
getConditionExpression()
An expression that must evaluate to a Boolean value.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setConditionExpression(String conditionExpression)
An expression that must evaluate to a Boolean value.
|
String |
toString()
Returns a string representation of this object.
|
FilterOperation |
withConditionExpression(String conditionExpression)
An expression that must evaluate to a Boolean value.
|
public void setConditionExpression(String conditionExpression)
An expression that must evaluate to a Boolean value. Rows for which the expression evaluates to true are kept in the dataset.
conditionExpression - An expression that must evaluate to a Boolean value. Rows for which the expression evaluates to true are
kept in the dataset.public String getConditionExpression()
An expression that must evaluate to a Boolean value. Rows for which the expression evaluates to true are kept in the dataset.
public FilterOperation withConditionExpression(String conditionExpression)
An expression that must evaluate to a Boolean value. Rows for which the expression evaluates to true are kept in the dataset.
conditionExpression - An expression that must evaluate to a Boolean value. Rows for which the expression evaluates to true are
kept in the dataset.public String toString()
toString in class ObjectObject.toString()public FilterOperation clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2023. All rights reserved.