@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class BinWidthOptions extends Object implements Serializable, Cloneable, StructuredPojo
The options that determine the bin width of a histogram.
Constructor and Description |
---|
BinWidthOptions() |
Modifier and Type | Method and Description |
---|---|
BinWidthOptions |
clone() |
boolean |
equals(Object obj) |
Long |
getBinCountLimit()
The options that determine the bin count limit.
|
Double |
getValue()
The options that determine the bin width value.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setBinCountLimit(Long binCountLimit)
The options that determine the bin count limit.
|
void |
setValue(Double value)
The options that determine the bin width value.
|
String |
toString()
Returns a string representation of this object.
|
BinWidthOptions |
withBinCountLimit(Long binCountLimit)
The options that determine the bin count limit.
|
BinWidthOptions |
withValue(Double value)
The options that determine the bin width value.
|
public void setValue(Double value)
The options that determine the bin width value.
value
- The options that determine the bin width value.public Double getValue()
The options that determine the bin width value.
public BinWidthOptions withValue(Double value)
The options that determine the bin width value.
value
- The options that determine the bin width value.public void setBinCountLimit(Long binCountLimit)
The options that determine the bin count limit.
binCountLimit
- The options that determine the bin count limit.public Long getBinCountLimit()
The options that determine the bin count limit.
public BinWidthOptions withBinCountLimit(Long binCountLimit)
The options that determine the bin count limit.
binCountLimit
- The options that determine the bin count limit.public String toString()
toString
in class Object
Object.toString()
public BinWidthOptions clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.