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