@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class PerformanceInsightsReferenceComparisonValues extends Object implements Serializable, Cloneable, StructuredPojo
Reference scalar values and other metrics that DevOps Guru displays on a graph in its console along with the actual metrics it analyzed. Compare these reference values to your actual metrics to help you understand anomalous behavior that DevOps Guru detected.
Constructor and Description |
---|
PerformanceInsightsReferenceComparisonValues() |
Modifier and Type | Method and Description |
---|---|
PerformanceInsightsReferenceComparisonValues |
clone() |
boolean |
equals(Object obj) |
PerformanceInsightsReferenceMetric |
getReferenceMetric()
A metric that DevOps Guru compares to actual metric values.
|
PerformanceInsightsReferenceScalar |
getReferenceScalar()
A scalar value DevOps Guru for a metric that DevOps Guru compares to actual metric values.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setReferenceMetric(PerformanceInsightsReferenceMetric referenceMetric)
A metric that DevOps Guru compares to actual metric values.
|
void |
setReferenceScalar(PerformanceInsightsReferenceScalar referenceScalar)
A scalar value DevOps Guru for a metric that DevOps Guru compares to actual metric values.
|
String |
toString()
Returns a string representation of this object.
|
PerformanceInsightsReferenceComparisonValues |
withReferenceMetric(PerformanceInsightsReferenceMetric referenceMetric)
A metric that DevOps Guru compares to actual metric values.
|
PerformanceInsightsReferenceComparisonValues |
withReferenceScalar(PerformanceInsightsReferenceScalar referenceScalar)
A scalar value DevOps Guru for a metric that DevOps Guru compares to actual metric values.
|
public PerformanceInsightsReferenceComparisonValues()
public void setReferenceScalar(PerformanceInsightsReferenceScalar referenceScalar)
A scalar value DevOps Guru for a metric that DevOps Guru compares to actual metric values. This reference value is used to determine if an actual metric value should be considered anomalous.
referenceScalar
- A scalar value DevOps Guru for a metric that DevOps Guru compares to actual metric values. This reference
value is used to determine if an actual metric value should be considered anomalous.public PerformanceInsightsReferenceScalar getReferenceScalar()
A scalar value DevOps Guru for a metric that DevOps Guru compares to actual metric values. This reference value is used to determine if an actual metric value should be considered anomalous.
public PerformanceInsightsReferenceComparisonValues withReferenceScalar(PerformanceInsightsReferenceScalar referenceScalar)
A scalar value DevOps Guru for a metric that DevOps Guru compares to actual metric values. This reference value is used to determine if an actual metric value should be considered anomalous.
referenceScalar
- A scalar value DevOps Guru for a metric that DevOps Guru compares to actual metric values. This reference
value is used to determine if an actual metric value should be considered anomalous.public void setReferenceMetric(PerformanceInsightsReferenceMetric referenceMetric)
A metric that DevOps Guru compares to actual metric values. This reference metric is used to determine if an actual metric should be considered anomalous.
referenceMetric
- A metric that DevOps Guru compares to actual metric values. This reference metric is used to determine if
an actual metric should be considered anomalous.public PerformanceInsightsReferenceMetric getReferenceMetric()
A metric that DevOps Guru compares to actual metric values. This reference metric is used to determine if an actual metric should be considered anomalous.
public PerformanceInsightsReferenceComparisonValues withReferenceMetric(PerformanceInsightsReferenceMetric referenceMetric)
A metric that DevOps Guru compares to actual metric values. This reference metric is used to determine if an actual metric should be considered anomalous.
referenceMetric
- A metric that DevOps Guru compares to actual metric values. This reference metric is used to determine if
an actual metric should be considered anomalous.public String toString()
toString
in class Object
Object.toString()
public PerformanceInsightsReferenceComparisonValues clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.