@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class NumberFilter extends Object implements Serializable, Cloneable, StructuredPojo
An object that describes the details of a number filter.
| Constructor and Description |
|---|
NumberFilter() |
| Modifier and Type | Method and Description |
|---|---|
NumberFilter |
clone() |
boolean |
equals(Object obj) |
Double |
getLowerInclusive()
The lowest number to be included in the filter.
|
Double |
getUpperInclusive()
The highest number to be included in the filter.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setLowerInclusive(Double lowerInclusive)
The lowest number to be included in the filter.
|
void |
setUpperInclusive(Double upperInclusive)
The highest number to be included in the filter.
|
String |
toString()
Returns a string representation of this object.
|
NumberFilter |
withLowerInclusive(Double lowerInclusive)
The lowest number to be included in the filter.
|
NumberFilter |
withUpperInclusive(Double upperInclusive)
The highest number to be included in the filter.
|
public void setLowerInclusive(Double lowerInclusive)
The lowest number to be included in the filter.
lowerInclusive - The lowest number to be included in the filter.public Double getLowerInclusive()
The lowest number to be included in the filter.
public NumberFilter withLowerInclusive(Double lowerInclusive)
The lowest number to be included in the filter.
lowerInclusive - The lowest number to be included in the filter.public void setUpperInclusive(Double upperInclusive)
The highest number to be included in the filter.
upperInclusive - The highest number to be included in the filter.public Double getUpperInclusive()
The highest number to be included in the filter.
public NumberFilter withUpperInclusive(Double upperInclusive)
The highest number to be included in the filter.
upperInclusive - The highest number to be included in the filter.public String toString()
toString in class ObjectObject.toString()public NumberFilter clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.