@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetRelationalDatabaseMetricDataResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetRelationalDatabaseMetricDataResult() |
Modifier and Type | Method and Description |
---|---|
GetRelationalDatabaseMetricDataResult |
clone() |
boolean |
equals(Object obj) |
List<MetricDatapoint> |
getMetricData()
An object describing the result of your get relational database metric data request.
|
String |
getMetricName()
The name of the metric.
|
int |
hashCode() |
void |
setMetricData(Collection<MetricDatapoint> metricData)
An object describing the result of your get relational database metric data request.
|
void |
setMetricName(String metricName)
The name of the metric.
|
String |
toString()
Returns a string representation of this object.
|
GetRelationalDatabaseMetricDataResult |
withMetricData(Collection<MetricDatapoint> metricData)
An object describing the result of your get relational database metric data request.
|
GetRelationalDatabaseMetricDataResult |
withMetricData(MetricDatapoint... metricData)
An object describing the result of your get relational database metric data request.
|
GetRelationalDatabaseMetricDataResult |
withMetricName(RelationalDatabaseMetricName metricName)
The name of the metric.
|
GetRelationalDatabaseMetricDataResult |
withMetricName(String metricName)
The name of the metric.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public GetRelationalDatabaseMetricDataResult()
public void setMetricName(String metricName)
The name of the metric.
metricName
- The name of the metric.RelationalDatabaseMetricName
public String getMetricName()
The name of the metric.
RelationalDatabaseMetricName
public GetRelationalDatabaseMetricDataResult withMetricName(String metricName)
The name of the metric.
metricName
- The name of the metric.RelationalDatabaseMetricName
public GetRelationalDatabaseMetricDataResult withMetricName(RelationalDatabaseMetricName metricName)
The name of the metric.
metricName
- The name of the metric.RelationalDatabaseMetricName
public List<MetricDatapoint> getMetricData()
An object describing the result of your get relational database metric data request.
public void setMetricData(Collection<MetricDatapoint> metricData)
An object describing the result of your get relational database metric data request.
metricData
- An object describing the result of your get relational database metric data request.public GetRelationalDatabaseMetricDataResult withMetricData(MetricDatapoint... metricData)
An object describing the result of your get relational database metric data request.
NOTE: This method appends the values to the existing list (if any). Use
setMetricData(java.util.Collection)
or withMetricData(java.util.Collection)
if you want to
override the existing values.
metricData
- An object describing the result of your get relational database metric data request.public GetRelationalDatabaseMetricDataResult withMetricData(Collection<MetricDatapoint> metricData)
An object describing the result of your get relational database metric data request.
metricData
- An object describing the result of your get relational database metric data request.public String toString()
toString
in class Object
Object.toString()
public GetRelationalDatabaseMetricDataResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.