@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class StatisticSet extends Object implements Serializable, Cloneable, StructuredPojo
Internal only API.
Constructor and Description |
---|
StatisticSet() |
Modifier and Type | Method and Description |
---|---|
StatisticSet |
clone() |
boolean |
equals(Object obj) |
Double |
getMaximum()
Internal only API.
|
Double |
getMinimum()
Internal only API.
|
Integer |
getSampleCount()
Internal only API.
|
Double |
getSum()
Internal only API.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setMaximum(Double maximum)
Internal only API.
|
void |
setMinimum(Double minimum)
Internal only API.
|
void |
setSampleCount(Integer sampleCount)
Internal only API.
|
void |
setSum(Double sum)
Internal only API.
|
String |
toString()
Returns a string representation of this object.
|
StatisticSet |
withMaximum(Double maximum)
Internal only API.
|
StatisticSet |
withMinimum(Double minimum)
Internal only API.
|
StatisticSet |
withSampleCount(Integer sampleCount)
Internal only API.
|
StatisticSet |
withSum(Double sum)
Internal only API.
|
public void setMaximum(Double maximum)
Internal only API.
maximum
- Internal only API.public Double getMaximum()
Internal only API.
public StatisticSet withMaximum(Double maximum)
Internal only API.
maximum
- Internal only API.public void setMinimum(Double minimum)
Internal only API.
minimum
- Internal only API.public Double getMinimum()
Internal only API.
public StatisticSet withMinimum(Double minimum)
Internal only API.
minimum
- Internal only API.public void setSampleCount(Integer sampleCount)
Internal only API.
sampleCount
- Internal only API.public Integer getSampleCount()
Internal only API.
public StatisticSet withSampleCount(Integer sampleCount)
Internal only API.
sampleCount
- Internal only API.public void setSum(Double sum)
Internal only API.
sum
- Internal only API.public Double getSum()
Internal only API.
public StatisticSet withSum(Double sum)
Internal only API.
sum
- Internal only API.public String toString()
toString
in class Object
Object.toString()
public StatisticSet clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.