@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class PerformanceInsightsReferenceData extends Object implements Serializable, Cloneable, StructuredPojo
Reference data used to evaluate Performance Insights to determine if its performance is anomalous or not.
Constructor and Description |
---|
PerformanceInsightsReferenceData() |
Modifier and Type | Method and Description |
---|---|
PerformanceInsightsReferenceData |
clone() |
boolean |
equals(Object obj) |
PerformanceInsightsReferenceComparisonValues |
getComparisonValues()
The specific reference values used to evaluate the Performance Insights.
|
String |
getName()
The name of the reference data.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setComparisonValues(PerformanceInsightsReferenceComparisonValues comparisonValues)
The specific reference values used to evaluate the Performance Insights.
|
void |
setName(String name)
The name of the reference data.
|
String |
toString()
Returns a string representation of this object.
|
PerformanceInsightsReferenceData |
withComparisonValues(PerformanceInsightsReferenceComparisonValues comparisonValues)
The specific reference values used to evaluate the Performance Insights.
|
PerformanceInsightsReferenceData |
withName(String name)
The name of the reference data.
|
public void setName(String name)
The name of the reference data.
name
- The name of the reference data.public String getName()
The name of the reference data.
public PerformanceInsightsReferenceData withName(String name)
The name of the reference data.
name
- The name of the reference data.public void setComparisonValues(PerformanceInsightsReferenceComparisonValues comparisonValues)
The specific reference values used to evaluate the Performance Insights. For more information, see
PerformanceInsightsReferenceComparisonValues
.
comparisonValues
- The specific reference values used to evaluate the Performance Insights. For more information, see
PerformanceInsightsReferenceComparisonValues
.public PerformanceInsightsReferenceComparisonValues getComparisonValues()
The specific reference values used to evaluate the Performance Insights. For more information, see
PerformanceInsightsReferenceComparisonValues
.
PerformanceInsightsReferenceComparisonValues
.public PerformanceInsightsReferenceData withComparisonValues(PerformanceInsightsReferenceComparisonValues comparisonValues)
The specific reference values used to evaluate the Performance Insights. For more information, see
PerformanceInsightsReferenceComparisonValues
.
comparisonValues
- The specific reference values used to evaluate the Performance Insights. For more information, see
PerformanceInsightsReferenceComparisonValues
.public String toString()
toString
in class Object
Object.toString()
public PerformanceInsightsReferenceData clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.