public class DescribeAlarmHistoryResult
extends java.lang.Object
implements java.io.Serializable
The output for the DescribeAlarmHistory action.
| コンストラクタと説明 |
|---|
DescribeAlarmHistoryResult() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.util.List<AlarmHistoryItem> |
getAlarmHistoryItems()
A list of alarm histories in JSON format.
|
java.lang.String |
getNextToken()
A string that marks the start of the next batch of returned results.
|
int |
hashCode() |
void |
setAlarmHistoryItems(java.util.Collection<AlarmHistoryItem> alarmHistoryItems)
A list of alarm histories in JSON format.
|
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.
|
DescribeAlarmHistoryResult |
withAlarmHistoryItems(AlarmHistoryItem... alarmHistoryItems)
A list of alarm histories in JSON format.
|
DescribeAlarmHistoryResult |
withAlarmHistoryItems(java.util.Collection<AlarmHistoryItem> alarmHistoryItems)
A list of alarm histories in JSON format.
|
DescribeAlarmHistoryResult |
withNextToken(java.lang.String nextToken)
A string that marks the start of the next batch of returned results.
|
public java.util.List<AlarmHistoryItem> getAlarmHistoryItems()
public void setAlarmHistoryItems(java.util.Collection<AlarmHistoryItem> alarmHistoryItems)
alarmHistoryItems - A list of alarm histories in JSON format.public DescribeAlarmHistoryResult withAlarmHistoryItems(AlarmHistoryItem... alarmHistoryItems)
Returns a reference to this object so that method calls can be chained together.
alarmHistoryItems - A list of alarm histories in JSON format.public DescribeAlarmHistoryResult withAlarmHistoryItems(java.util.Collection<AlarmHistoryItem> alarmHistoryItems)
Returns a reference to this object so that method calls can be chained together.
alarmHistoryItems - A list of alarm histories in JSON format.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 DescribeAlarmHistoryResult 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