public class DescribeAlarmHistoryResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
The output for DescribeAlarmHistory.
Constructor and Description |
---|
DescribeAlarmHistoryResult() |
Modifier and Type | Method and Description |
---|---|
DescribeAlarmHistoryResult |
clone() |
boolean |
equals(Object obj) |
List<AlarmHistoryItem> |
getAlarmHistoryItems()
A list of alarm histories in JSON format.
|
String |
getNextToken()
A string that marks the start of the next batch of returned results.
|
int |
hashCode() |
void |
setAlarmHistoryItems(Collection<AlarmHistoryItem> alarmHistoryItems)
A list of alarm histories in JSON format.
|
void |
setNextToken(String nextToken)
A string that marks the start of the next batch of returned results.
|
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(Collection<AlarmHistoryItem> alarmHistoryItems)
A list of alarm histories in JSON format.
|
DescribeAlarmHistoryResult |
withNextToken(String nextToken)
A string that marks the start of the next batch of returned results.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<AlarmHistoryItem> getAlarmHistoryItems()
A list of alarm histories in JSON format.
public void setAlarmHistoryItems(Collection<AlarmHistoryItem> alarmHistoryItems)
A list of alarm histories in JSON format.
alarmHistoryItems
- A list of alarm histories in JSON format.public DescribeAlarmHistoryResult withAlarmHistoryItems(AlarmHistoryItem... alarmHistoryItems)
A list of alarm histories in JSON format.
NOTE: This method appends the values to the existing list (if any). Use
setAlarmHistoryItems(java.util.Collection)
or withAlarmHistoryItems(java.util.Collection)
if
you want to override the existing values.
alarmHistoryItems
- A list of alarm histories in JSON format.public DescribeAlarmHistoryResult withAlarmHistoryItems(Collection<AlarmHistoryItem> alarmHistoryItems)
A list of alarm histories in JSON format.
alarmHistoryItems
- A list of alarm histories in JSON format.public void setNextToken(String nextToken)
A string that marks the start of the next batch of returned results.
nextToken
- A string that marks the start of the next batch of returned results.public String getNextToken()
A string that marks the start of the next batch of returned results.
public DescribeAlarmHistoryResult withNextToken(String nextToken)
A string that marks the start of the next batch of returned results.
nextToken
- A string that marks the start of the next batch of returned results.public String toString()
toString
in class Object
Object.toString()
public DescribeAlarmHistoryResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.