@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 ObjectObject.toString()public PercentileAggregation clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.