@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetMetricConfigurationResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
GetMetricConfigurationResult() |
| Modifier and Type | Method and Description |
|---|---|
GetMetricConfigurationResult |
clone() |
boolean |
equals(Object obj) |
SummaryMetricConfiguration |
getSummaryMetric()
The configuration status of the AWS account for summary metric aggregation.
|
int |
hashCode() |
void |
setSummaryMetric(SummaryMetricConfiguration summaryMetric)
The configuration status of the AWS account for summary metric aggregation.
|
String |
toString()
Returns a string representation of this object.
|
GetMetricConfigurationResult |
withSummaryMetric(SummaryMetricConfiguration summaryMetric)
The configuration status of the AWS account for summary metric aggregation.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setSummaryMetric(SummaryMetricConfiguration summaryMetric)
The configuration status of the AWS account for summary metric aggregation.
summaryMetric - The configuration status of the AWS account for summary metric aggregation.public SummaryMetricConfiguration getSummaryMetric()
The configuration status of the AWS account for summary metric aggregation.
public GetMetricConfigurationResult withSummaryMetric(SummaryMetricConfiguration summaryMetric)
The configuration status of the AWS account for summary metric aggregation.
summaryMetric - The configuration status of the AWS account for summary metric aggregation.public String toString()
toString in class ObjectObject.toString()public GetMetricConfigurationResult clone()