@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetPercentilesResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetPercentilesResult() |
Modifier and Type | Method and Description |
---|---|
GetPercentilesResult |
clone() |
boolean |
equals(Object obj) |
List<PercentPair> |
getPercentiles()
The percentile values of the aggregated fields.
|
int |
hashCode() |
void |
setPercentiles(Collection<PercentPair> percentiles)
The percentile values of the aggregated fields.
|
String |
toString()
Returns a string representation of this object.
|
GetPercentilesResult |
withPercentiles(Collection<PercentPair> percentiles)
The percentile values of the aggregated fields.
|
GetPercentilesResult |
withPercentiles(PercentPair... percentiles)
The percentile values of the aggregated fields.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<PercentPair> getPercentiles()
The percentile values of the aggregated fields.
public void setPercentiles(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.
NOTE: This method appends the values to the existing list (if any). Use
setPercentiles(java.util.Collection)
or withPercentiles(java.util.Collection)
if you want to
override the existing values.
percentiles
- The percentile values of the aggregated fields.public GetPercentilesResult withPercentiles(Collection<PercentPair> percentiles)
The percentile values of the aggregated fields.
percentiles
- The percentile values of the aggregated fields.public String toString()
toString
in class Object
Object.toString()
public GetPercentilesResult clone()