@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class NumericEqualityDrillDownFilter extends Object implements Serializable, Cloneable, StructuredPojo
The numeric equality type drill down filter.
Constructor and Description |
---|
NumericEqualityDrillDownFilter() |
Modifier and Type | Method and Description |
---|---|
NumericEqualityDrillDownFilter |
clone() |
boolean |
equals(Object obj) |
ColumnIdentifier |
getColumn()
The column that the filter is applied to.
|
Double |
getValue()
The value of the double input numeric drill down filter.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setColumn(ColumnIdentifier column)
The column that the filter is applied to.
|
void |
setValue(Double value)
The value of the double input numeric drill down filter.
|
String |
toString()
Returns a string representation of this object.
|
NumericEqualityDrillDownFilter |
withColumn(ColumnIdentifier column)
The column that the filter is applied to.
|
NumericEqualityDrillDownFilter |
withValue(Double value)
The value of the double input numeric drill down filter.
|
public void setColumn(ColumnIdentifier column)
The column that the filter is applied to.
column
- The column that the filter is applied to.public ColumnIdentifier getColumn()
The column that the filter is applied to.
public NumericEqualityDrillDownFilter withColumn(ColumnIdentifier column)
The column that the filter is applied to.
column
- The column that the filter is applied to.public void setValue(Double value)
The value of the double input numeric drill down filter.
value
- The value of the double input numeric drill down filter.public Double getValue()
The value of the double input numeric drill down filter.
public NumericEqualityDrillDownFilter withValue(Double value)
The value of the double input numeric drill down filter.
value
- The value of the double input numeric drill down filter.public String toString()
toString
in class Object
Object.toString()
public NumericEqualityDrillDownFilter clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.