@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class MetricQueryValue extends Object implements Serializable, Cloneable, StructuredPojo
The aggregated values of the metric.
Constructor and Description |
---|
MetricQueryValue() |
Modifier and Type | Method and Description |
---|---|
MetricQueryValue |
clone() |
boolean |
equals(Object obj) |
Double |
getAvg()
The average of the values of the all data points collected during the period.
|
Double |
getMax()
The maximum of the values of the all data points collected during the period.
|
Double |
getMin()
The minimum of the values of the all data points collected during the period.
|
Double |
getP90()
The 90th percentile of the values of the all data points collected during the period.
|
Double |
getStd()
The standard deviation of the values of the all data points collected during the period.
|
Double |
getSum()
The sum of the values of the all data points collected during the period.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setAvg(Double avg)
The average of the values of the all data points collected during the period.
|
void |
setMax(Double max)
The maximum of the values of the all data points collected during the period.
|
void |
setMin(Double min)
The minimum of the values of the all data points collected during the period.
|
void |
setP90(Double p90)
The 90th percentile of the values of the all data points collected during the period.
|
void |
setStd(Double std)
The standard deviation of the values of the all data points collected during the period.
|
void |
setSum(Double sum)
The sum of the values of the all data points collected during the period.
|
String |
toString()
Returns a string representation of this object.
|
MetricQueryValue |
withAvg(Double avg)
The average of the values of the all data points collected during the period.
|
MetricQueryValue |
withMax(Double max)
The maximum of the values of the all data points collected during the period.
|
MetricQueryValue |
withMin(Double min)
The minimum of the values of the all data points collected during the period.
|
MetricQueryValue |
withP90(Double p90)
The 90th percentile of the values of the all data points collected during the period.
|
MetricQueryValue |
withStd(Double std)
The standard deviation of the values of the all data points collected during the period.
|
MetricQueryValue |
withSum(Double sum)
The sum of the values of the all data points collected during the period.
|
public void setMin(Double min)
The minimum of the values of the all data points collected during the period.
min
- The minimum of the values of the all data points collected during the period.public Double getMin()
The minimum of the values of the all data points collected during the period.
public MetricQueryValue withMin(Double min)
The minimum of the values of the all data points collected during the period.
min
- The minimum of the values of the all data points collected during the period.public void setMax(Double max)
The maximum of the values of the all data points collected during the period.
max
- The maximum of the values of the all data points collected during the period.public Double getMax()
The maximum of the values of the all data points collected during the period.
public MetricQueryValue withMax(Double max)
The maximum of the values of the all data points collected during the period.
max
- The maximum of the values of the all data points collected during the period.public void setSum(Double sum)
The sum of the values of the all data points collected during the period.
sum
- The sum of the values of the all data points collected during the period.public Double getSum()
The sum of the values of the all data points collected during the period.
public MetricQueryValue withSum(Double sum)
The sum of the values of the all data points collected during the period.
sum
- The sum of the values of the all data points collected during the period.public void setAvg(Double avg)
The average of the values of the all data points collected during the period.
avg
- The average of the values of the all data points collected during the period.public Double getAvg()
The average of the values of the all data points collected during the period.
public MetricQueryValue withAvg(Double avg)
The average of the values of the all data points collected during the period.
avg
- The average of the values of the all data points collected during the period.public void setStd(Double std)
The standard deviation of the values of the all data points collected during the period.
std
- The standard deviation of the values of the all data points collected during the period.public Double getStd()
The standard deviation of the values of the all data points collected during the period.
public MetricQueryValue withStd(Double std)
The standard deviation of the values of the all data points collected during the period.
std
- The standard deviation of the values of the all data points collected during the period.public void setP90(Double p90)
The 90th percentile of the values of the all data points collected during the period.
p90
- The 90th percentile of the values of the all data points collected during the period.public Double getP90()
The 90th percentile of the values of the all data points collected during the period.
public MetricQueryValue withP90(Double p90)
The 90th percentile of the values of the all data points collected during the period.
p90
- The 90th percentile of the values of the all data points collected during the period.public String toString()
toString
in class Object
Object.toString()
public MetricQueryValue clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.