@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class MetricStat extends Object implements Serializable, Cloneable
This structure defines the metric to be returned, along with the statistics, period, and units.
Constructor and Description |
---|
MetricStat() |
Modifier and Type | Method and Description |
---|---|
MetricStat |
clone() |
boolean |
equals(Object obj) |
Metric |
getMetric()
The metric to return, including the metric name, namespace, and dimensions.
|
Integer |
getPeriod()
The period, in seconds, to use when retrieving the metric.
|
String |
getStat()
The statistic to return.
|
String |
getUnit()
When you are using a
Put operation, this defines what unit you want to use when storing the metric. |
int |
hashCode() |
void |
setMetric(Metric metric)
The metric to return, including the metric name, namespace, and dimensions.
|
void |
setPeriod(Integer period)
The period, in seconds, to use when retrieving the metric.
|
void |
setStat(String stat)
The statistic to return.
|
void |
setUnit(String unit)
When you are using a
Put operation, this defines what unit you want to use when storing the metric. |
String |
toString()
Returns a string representation of this object.
|
MetricStat |
withMetric(Metric metric)
The metric to return, including the metric name, namespace, and dimensions.
|
MetricStat |
withPeriod(Integer period)
The period, in seconds, to use when retrieving the metric.
|
MetricStat |
withStat(String stat)
The statistic to return.
|
MetricStat |
withUnit(StandardUnit unit)
When you are using a
Put operation, this defines what unit you want to use when storing the metric. |
MetricStat |
withUnit(String unit)
When you are using a
Put operation, this defines what unit you want to use when storing the metric. |
public void setMetric(Metric metric)
The metric to return, including the metric name, namespace, and dimensions.
metric
- The metric to return, including the metric name, namespace, and dimensions.public Metric getMetric()
The metric to return, including the metric name, namespace, and dimensions.
public MetricStat withMetric(Metric metric)
The metric to return, including the metric name, namespace, and dimensions.
metric
- The metric to return, including the metric name, namespace, and dimensions.public void setPeriod(Integer period)
The period, in seconds, to use when retrieving the metric.
period
- The period, in seconds, to use when retrieving the metric.public Integer getPeriod()
The period, in seconds, to use when retrieving the metric.
public MetricStat withPeriod(Integer period)
The period, in seconds, to use when retrieving the metric.
period
- The period, in seconds, to use when retrieving the metric.public void setStat(String stat)
The statistic to return. It can include any CloudWatch statistic or extended statistic.
stat
- The statistic to return. It can include any CloudWatch statistic or extended statistic.public String getStat()
The statistic to return. It can include any CloudWatch statistic or extended statistic.
public MetricStat withStat(String stat)
The statistic to return. It can include any CloudWatch statistic or extended statistic.
stat
- The statistic to return. It can include any CloudWatch statistic or extended statistic.public void setUnit(String unit)
When you are using a Put
operation, this defines what unit you want to use when storing the metric.
In a Get
operation, this displays the unit that is used for the metric.
unit
- When you are using a Put
operation, this defines what unit you want to use when storing the
metric. In a Get
operation, this displays the unit that is used for the metric.StandardUnit
public String getUnit()
When you are using a Put
operation, this defines what unit you want to use when storing the metric.
In a Get
operation, this displays the unit that is used for the metric.
Put
operation, this defines what unit you want to use when storing the
metric. In a Get
operation, this displays the unit that is used for the metric.StandardUnit
public MetricStat withUnit(String unit)
When you are using a Put
operation, this defines what unit you want to use when storing the metric.
In a Get
operation, this displays the unit that is used for the metric.
unit
- When you are using a Put
operation, this defines what unit you want to use when storing the
metric. In a Get
operation, this displays the unit that is used for the metric.StandardUnit
public MetricStat withUnit(StandardUnit unit)
When you are using a Put
operation, this defines what unit you want to use when storing the metric.
In a Get
operation, this displays the unit that is used for the metric.
unit
- When you are using a Put
operation, this defines what unit you want to use when storing the
metric. In a Get
operation, this displays the unit that is used for the metric.StandardUnit
public String toString()
toString
in class Object
Object.toString()
public MetricStat clone()
Copyright © 2019. All rights reserved.