@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class PercentPair extends Object implements Serializable, Cloneable, StructuredPojo
Describes the percentile and percentile value.
| Constructor and Description | 
|---|
| PercentPair() | 
| Modifier and Type | Method and Description | 
|---|---|
| PercentPair | clone() | 
| boolean | equals(Object obj) | 
| Double | getPercent()
 The percentile. | 
| Double | getValue()
 The value of the percentile. | 
| int | hashCode() | 
| void | marshall(ProtocolMarshaller protocolMarshaller)Marshalls this structured data using the given  ProtocolMarshaller. | 
| void | setPercent(Double percent)
 The percentile. | 
| void | setValue(Double value)
 The value of the percentile. | 
| String | toString()Returns a string representation of this object. | 
| PercentPair | withPercent(Double percent)
 The percentile. | 
| PercentPair | withValue(Double value)
 The value of the percentile. | 
public void setPercent(Double percent)
The percentile.
percent - The percentile.public Double getPercent()
The percentile.
public PercentPair withPercent(Double percent)
The percentile.
percent - The percentile.public void setValue(Double value)
The value of the percentile.
value - The value of the percentile.public Double getValue()
The value of the percentile.
public PercentPair withValue(Double value)
The value of the percentile.
value - The value of the percentile.public String toString()
toString in class ObjectObject.toString()public PercentPair clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.