public class GetPercentilesResult
extends java.lang.Object
implements java.io.Serializable
Constructor and Description |
---|
GetPercentilesResult() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
java.util.List<PercentPair> |
getPercentiles()
The percentile values of the aggregated fields.
|
int |
hashCode() |
void |
setPercentiles(java.util.Collection<PercentPair> percentiles)
The percentile values of the aggregated fields.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
GetPercentilesResult |
withPercentiles(java.util.Collection<PercentPair> percentiles)
The percentile values of the aggregated fields.
|
GetPercentilesResult |
withPercentiles(PercentPair... percentiles)
The percentile values of the aggregated fields.
|
public java.util.List<PercentPair> getPercentiles()
The percentile values of the aggregated fields.
The percentile values of the aggregated fields.
public void setPercentiles(java.util.Collection<PercentPair> percentiles)
The percentile values of the aggregated fields.
percentiles
- The percentile values of the aggregated fields.
public GetPercentilesResult withPercentiles(PercentPair... percentiles)
The percentile values of the aggregated fields.
Returns a reference to this object so that method calls can be chained together.
percentiles
- The percentile values of the aggregated fields.
public GetPercentilesResult withPercentiles(java.util.Collection<PercentPair> percentiles)
The percentile values of the aggregated fields.
Returns a reference to this object so that method calls can be chained together.
percentiles
- The percentile values of the aggregated fields.
public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
Copyright © 2018 Amazon Web Services, Inc. All Rights Reserved.