@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class FilterCondition extends Object implements Serializable, Cloneable, StructuredPojo
A conditional statement for filtering a list of past predictions.
| Constructor and Description |
|---|
FilterCondition() |
| Modifier and Type | Method and Description |
|---|---|
FilterCondition |
clone() |
boolean |
equals(Object obj) |
String |
getValue()
A statement containing a resource property and a value to specify filter condition.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setValue(String value)
A statement containing a resource property and a value to specify filter condition.
|
String |
toString()
Returns a string representation of this object.
|
FilterCondition |
withValue(String value)
A statement containing a resource property and a value to specify filter condition.
|
public void setValue(String value)
A statement containing a resource property and a value to specify filter condition.
value - A statement containing a resource property and a value to specify filter condition.public String getValue()
A statement containing a resource property and a value to specify filter condition.
public FilterCondition withValue(String value)
A statement containing a resource property and a value to specify filter condition.
value - A statement containing a resource property and a value to specify filter condition.public String toString()
toString in class ObjectObject.toString()public FilterCondition clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.