public class DescribeAlarmsResult
extends java.lang.Object
implements java.io.Serializable
The output for the DescribeAlarms action.
| コンストラクタと説明 |
|---|
DescribeAlarmsResult() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.util.List<MetricAlarm> |
getMetricAlarms()
A list of information for the specified alarms.
|
java.lang.String |
getNextToken()
A string that marks the start of the next batch of returned results.
|
int |
hashCode() |
void |
setMetricAlarms(java.util.Collection<MetricAlarm> metricAlarms)
A list of information for the specified alarms.
|
void |
setNextToken(java.lang.String nextToken)
A string that marks the start of the next batch of returned results.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeAlarmsResult |
withMetricAlarms(java.util.Collection<MetricAlarm> metricAlarms)
A list of information for the specified alarms.
|
DescribeAlarmsResult |
withMetricAlarms(MetricAlarm... metricAlarms)
A list of information for the specified alarms.
|
DescribeAlarmsResult |
withNextToken(java.lang.String nextToken)
A string that marks the start of the next batch of returned results.
|
public java.util.List<MetricAlarm> getMetricAlarms()
public void setMetricAlarms(java.util.Collection<MetricAlarm> metricAlarms)
metricAlarms - A list of information for the specified alarms.public DescribeAlarmsResult withMetricAlarms(MetricAlarm... metricAlarms)
Returns a reference to this object so that method calls can be chained together.
metricAlarms - A list of information for the specified alarms.public DescribeAlarmsResult withMetricAlarms(java.util.Collection<MetricAlarm> metricAlarms)
Returns a reference to this object so that method calls can be chained together.
metricAlarms - A list of information for the specified alarms.public java.lang.String getNextToken()
public void setNextToken(java.lang.String nextToken)
nextToken - A string that marks the start of the next batch of returned results.public DescribeAlarmsResult withNextToken(java.lang.String nextToken)
Returns a reference to this object so that method calls can be chained together.
nextToken - A string that marks the start of the next batch of returned results.public java.lang.String toString()
toString クラス内 java.lang.ObjectObject.toString()public int hashCode()
hashCode クラス内 java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals クラス内 java.lang.Object