@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)
Marshalls this structured data using the given
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 Object
Object.toString()
public FilterOperation clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.