@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class Filter extends Object implements Serializable, Cloneable, StructuredPojo
Filter the selection by using a condition.
Constructor and Description |
---|
Filter() |
Modifier and Type | Method and Description |
---|---|
Filter |
clone() |
boolean |
equals(Object obj) |
Condition |
getCondition()
The condition accepts before or after a specified time, equal to a string, or equal to an integer.
|
String |
getKey()
The key that you're filtering on.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setCondition(Condition condition)
The condition accepts before or after a specified time, equal to a string, or equal to an integer.
|
void |
setKey(String key)
The key that you're filtering on.
|
String |
toString()
Returns a string representation of this object.
|
Filter |
withCondition(Condition condition)
The condition accepts before or after a specified time, equal to a string, or equal to an integer.
|
Filter |
withKey(String key)
The key that you're filtering on.
|
public void setCondition(Condition condition)
The condition accepts before or after a specified time, equal to a string, or equal to an integer.
condition
- The condition accepts before or after a specified time, equal to a string, or equal to an integer.public Condition getCondition()
The condition accepts before or after a specified time, equal to a string, or equal to an integer.
public Filter withCondition(Condition condition)
The condition accepts before or after a specified time, equal to a string, or equal to an integer.
condition
- The condition accepts before or after a specified time, equal to a string, or equal to an integer.public void setKey(String key)
The key that you're filtering on.
key
- The key that you're filtering on.public String getKey()
The key that you're filtering on.
public Filter withKey(String key)
The key that you're filtering on.
key
- The key that you're filtering on.public String toString()
toString
in class Object
Object.toString()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.