@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class NumericRangeFilterValue extends Object implements Serializable, Cloneable, StructuredPojo
The value input pf the numeric range filter.
Constructor and Description |
---|
NumericRangeFilterValue() |
Modifier and Type | Method and Description |
---|---|
NumericRangeFilterValue |
clone() |
boolean |
equals(Object obj) |
String |
getParameter()
The parameter that is used in the numeric range.
|
Double |
getStaticValue()
The static value of the numeric range filter.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setParameter(String parameter)
The parameter that is used in the numeric range.
|
void |
setStaticValue(Double staticValue)
The static value of the numeric range filter.
|
String |
toString()
Returns a string representation of this object.
|
NumericRangeFilterValue |
withParameter(String parameter)
The parameter that is used in the numeric range.
|
NumericRangeFilterValue |
withStaticValue(Double staticValue)
The static value of the numeric range filter.
|
public void setStaticValue(Double staticValue)
The static value of the numeric range filter.
staticValue
- The static value of the numeric range filter.public Double getStaticValue()
The static value of the numeric range filter.
public NumericRangeFilterValue withStaticValue(Double staticValue)
The static value of the numeric range filter.
staticValue
- The static value of the numeric range filter.public void setParameter(String parameter)
The parameter that is used in the numeric range.
parameter
- The parameter that is used in the numeric range.public String getParameter()
The parameter that is used in the numeric range.
public NumericRangeFilterValue withParameter(String parameter)
The parameter that is used in the numeric range.
parameter
- The parameter that is used in the numeric range.public String toString()
toString
in class Object
Object.toString()
public NumericRangeFilterValue clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.