|
|||||||
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 | |
---|---|
boolean |
equals(Object obj)
|
List<MetricAlarm> |
getMetricAlarms()
A list of information for each alarm with the specified metric. |
int |
hashCode()
|
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 |
---|
getClass, 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()
public int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |