@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class PerformanceInsightsReferenceScalar extends Object implements Serializable, Cloneable, StructuredPojo
A reference value to compare Performance Insights metrics against to determine if the metrics demonstrate anomalous behavior.
| Constructor and Description |
|---|
PerformanceInsightsReferenceScalar() |
| Modifier and Type | Method and Description |
|---|---|
PerformanceInsightsReferenceScalar |
clone() |
boolean |
equals(Object obj) |
Double |
getValue()
The reference value.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setValue(Double value)
The reference value.
|
String |
toString()
Returns a string representation of this object.
|
PerformanceInsightsReferenceScalar |
withValue(Double value)
The reference value.
|
public void setValue(Double value)
The reference value.
value - The reference value.public Double getValue()
The reference value.
public PerformanceInsightsReferenceScalar withValue(Double value)
The reference value.
value - The reference value.public String toString()
toString in class ObjectObject.toString()public PerformanceInsightsReferenceScalar clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.