@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class PercentileAggregation extends Object implements Serializable, Cloneable, StructuredPojo
An aggregation based on the percentile of values in a dimension or measure.
Constructor and Description |
---|
PercentileAggregation() |
Modifier and Type | Method and Description |
---|---|
PercentileAggregation |
clone() |
boolean |
equals(Object obj) |
Double |
getPercentileValue()
The percentile value.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setPercentileValue(Double percentileValue)
The percentile value.
|
String |
toString()
Returns a string representation of this object.
|
PercentileAggregation |
withPercentileValue(Double percentileValue)
The percentile value.
|
public void setPercentileValue(Double percentileValue)
The percentile value. This value can be any numeric constant 0–100. A percentile value of 50 computes the median value of the measure.
percentileValue
- The percentile value. This value can be any numeric constant 0–100. A percentile value of 50 computes the
median value of the measure.public Double getPercentileValue()
The percentile value. This value can be any numeric constant 0–100. A percentile value of 50 computes the median value of the measure.
public PercentileAggregation withPercentileValue(Double percentileValue)
The percentile value. This value can be any numeric constant 0–100. A percentile value of 50 computes the median value of the measure.
percentileValue
- The percentile value. This value can be any numeric constant 0–100. A percentile value of 50 computes the
median value of the measure.public String toString()
toString
in class Object
Object.toString()
public PercentileAggregation clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.