@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class FilterCondition extends Object implements Serializable, Cloneable, StructuredPojo
Contains information about the condition.
| Constructor and Description |
|---|
FilterCondition() |
| Modifier and Type | Method and Description |
|---|---|
FilterCondition |
clone() |
boolean |
equals(Object obj) |
String |
getEqualsValue()
Represents an equal condition to be applied to a single field when querying for scan entries.
|
Long |
getGreaterThan()
Represents a greater than condition to be applied to a single field when querying for scan entries.
|
Long |
getLessThan()
Represents a less than condition to be applied to a single field when querying for scan entries.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setEqualsValue(String equalsValue)
Represents an equal condition to be applied to a single field when querying for scan entries.
|
void |
setGreaterThan(Long greaterThan)
Represents a greater than condition to be applied to a single field when querying for scan entries.
|
void |
setLessThan(Long lessThan)
Represents a less than condition to be applied to a single field when querying for scan entries.
|
String |
toString()
Returns a string representation of this object.
|
FilterCondition |
withEqualsValue(String equalsValue)
Represents an equal condition to be applied to a single field when querying for scan entries.
|
FilterCondition |
withGreaterThan(Long greaterThan)
Represents a greater than condition to be applied to a single field when querying for scan entries.
|
FilterCondition |
withLessThan(Long lessThan)
Represents a less than condition to be applied to a single field when querying for scan entries.
|
public void setEqualsValue(String equalsValue)
Represents an equal condition to be applied to a single field when querying for scan entries.
equalsValue - Represents an equal condition to be applied to a single field when querying for scan entries.public String getEqualsValue()
Represents an equal condition to be applied to a single field when querying for scan entries.
public FilterCondition withEqualsValue(String equalsValue)
Represents an equal condition to be applied to a single field when querying for scan entries.
equalsValue - Represents an equal condition to be applied to a single field when querying for scan entries.public void setGreaterThan(Long greaterThan)
Represents a greater than condition to be applied to a single field when querying for scan entries.
greaterThan - Represents a greater than condition to be applied to a single field when querying for scan entries.public Long getGreaterThan()
Represents a greater than condition to be applied to a single field when querying for scan entries.
public FilterCondition withGreaterThan(Long greaterThan)
Represents a greater than condition to be applied to a single field when querying for scan entries.
greaterThan - Represents a greater than condition to be applied to a single field when querying for scan entries.public void setLessThan(Long lessThan)
Represents a less than condition to be applied to a single field when querying for scan entries.
lessThan - Represents a less than condition to be applied to a single field when querying for scan entries.public Long getLessThan()
Represents a less than condition to be applied to a single field when querying for scan entries.
public FilterCondition withLessThan(Long lessThan)
Represents a less than condition to be applied to a single field when querying for scan entries.
lessThan - Represents a less than condition to be applied to a single field when querying for scan entries.public String toString()
toString in class ObjectObject.toString()public FilterCondition clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2022. All rights reserved.