@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) |
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 ObjectObject.toString()public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2022. All rights reserved.