@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class PerformanceInsightsReferenceMetric extends Object implements Serializable, Cloneable, StructuredPojo
Information about a reference metric used to evaluate Performance Insights.
Constructor and Description |
---|
PerformanceInsightsReferenceMetric() |
Modifier and Type | Method and Description |
---|---|
PerformanceInsightsReferenceMetric |
clone() |
boolean |
equals(Object obj) |
PerformanceInsightsMetricQuery |
getMetricQuery()
A query to be processed on the metric.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setMetricQuery(PerformanceInsightsMetricQuery metricQuery)
A query to be processed on the metric.
|
String |
toString()
Returns a string representation of this object.
|
PerformanceInsightsReferenceMetric |
withMetricQuery(PerformanceInsightsMetricQuery metricQuery)
A query to be processed on the metric.
|
public void setMetricQuery(PerformanceInsightsMetricQuery metricQuery)
A query to be processed on the metric.
metricQuery
- A query to be processed on the metric.public PerformanceInsightsMetricQuery getMetricQuery()
A query to be processed on the metric.
public PerformanceInsightsReferenceMetric withMetricQuery(PerformanceInsightsMetricQuery metricQuery)
A query to be processed on the metric.
metricQuery
- A query to be processed on the metric.public String toString()
toString
in class Object
Object.toString()
public PerformanceInsightsReferenceMetric clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.