@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) |
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)
marshall
in interface StructuredPojo
Copyright © 2022. All rights reserved.