|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.services.cloudwatch.model.DescribeAlarmsForMetricResult
public class DescribeAlarmsForMetricResult
The output for the DescribeAlarmsForMetric action.
Constructor Summary | |
---|---|
DescribeAlarmsForMetricResult()
|
Method Summary | |
---|---|
List<MetricAlarm> |
getMetricAlarms()
A list of information for each alarm with the specified metric. |
void |
setMetricAlarms(Collection<MetricAlarm> metricAlarms)
A list of information for each alarm with the specified metric. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
DescribeAlarmsForMetricResult |
withMetricAlarms(Collection<MetricAlarm> metricAlarms)
A list of information for each alarm with the specified metric. |
DescribeAlarmsForMetricResult |
withMetricAlarms(MetricAlarm... metricAlarms)
A list of information for each alarm with the specified metric. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public DescribeAlarmsForMetricResult()
Method Detail |
---|
public List<MetricAlarm> getMetricAlarms()
public void setMetricAlarms(Collection<MetricAlarm> metricAlarms)
metricAlarms
- A list of information for each alarm with the specified metric.public DescribeAlarmsForMetricResult withMetricAlarms(MetricAlarm... metricAlarms)
Returns a reference to this object so that method calls can be chained together.
metricAlarms
- A list of information for each alarm with the specified metric.
public DescribeAlarmsForMetricResult withMetricAlarms(Collection<MetricAlarm> metricAlarms)
Returns a reference to this object so that method calls can be chained together.
metricAlarms
- A list of information for each alarm with the specified metric.
public String toString()
toString
in class Object
Object.toString()
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |