@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class Data extends Object implements Serializable, Cloneable, StructuredPojo
List of data objects which provide details about source metrics. This field can be used to determine the PI metric to render for the insight. This data type also includes static values for the metrics for the Insight that were calculated and included in text and annotations on the DB load chart.
Constructor and Description |
---|
Data() |
Modifier and Type | Method and Description |
---|---|
Data |
clone() |
boolean |
equals(Object obj) |
PerformanceInsightsMetric |
getPerformanceInsightsMetric()
This field determines the Performance Insights metric to render for the insight.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setPerformanceInsightsMetric(PerformanceInsightsMetric performanceInsightsMetric)
This field determines the Performance Insights metric to render for the insight.
|
String |
toString()
Returns a string representation of this object.
|
Data |
withPerformanceInsightsMetric(PerformanceInsightsMetric performanceInsightsMetric)
This field determines the Performance Insights metric to render for the insight.
|
public void setPerformanceInsightsMetric(PerformanceInsightsMetric performanceInsightsMetric)
This field determines the Performance Insights metric to render for the insight. The name
field
refers to a Performance Insights metric.
performanceInsightsMetric
- This field determines the Performance Insights metric to render for the insight. The name
field refers to a Performance Insights metric.public PerformanceInsightsMetric getPerformanceInsightsMetric()
This field determines the Performance Insights metric to render for the insight. The name
field
refers to a Performance Insights metric.
name
field refers to a Performance Insights metric.public Data withPerformanceInsightsMetric(PerformanceInsightsMetric performanceInsightsMetric)
This field determines the Performance Insights metric to render for the insight. The name
field
refers to a Performance Insights metric.
performanceInsightsMetric
- This field determines the Performance Insights metric to render for the insight. The name
field refers to a Performance Insights metric.public String toString()
toString
in class Object
Object.toString()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.