com.amazonaws.services.cloudwatch.model
Class DescribeAlarmsResult

java.lang.Object
  extended by com.amazonaws.services.cloudwatch.model.DescribeAlarmsResult

public class DescribeAlarmsResult
extends Object

The output for the DescribeAlarms action.


Constructor Summary
DescribeAlarmsResult()
           
 
Method Summary
 boolean equals(Object obj)
           
 List<MetricAlarm> getMetricAlarms()
          A list of information for the specified alarms.
 String getNextToken()
          A string that marks the start of the next batch of returned results.
 int hashCode()
           
 void setMetricAlarms(Collection<MetricAlarm> metricAlarms)
          A list of information for the specified alarms.
 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.
 DescribeAlarmsResult withMetricAlarms(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(String nextToken)
          A string that marks the start of the next batch of returned results.
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DescribeAlarmsResult

public DescribeAlarmsResult()
Method Detail

getMetricAlarms

public List<MetricAlarm> getMetricAlarms()
A list of information for the specified alarms.

Returns:
A list of information for the specified alarms.

setMetricAlarms

public void setMetricAlarms(Collection<MetricAlarm> metricAlarms)
A list of information for the specified alarms.

Parameters:
metricAlarms - A list of information for the specified alarms.

withMetricAlarms

public DescribeAlarmsResult withMetricAlarms(MetricAlarm... metricAlarms)
A list of information for the specified alarms.

Returns a reference to this object so that method calls can be chained together.

Parameters:
metricAlarms - A list of information for the specified alarms.
Returns:
A reference to this updated object so that method calls can be chained together.

withMetricAlarms

public DescribeAlarmsResult withMetricAlarms(Collection<MetricAlarm> metricAlarms)
A list of information for the specified alarms.

Returns a reference to this object so that method calls can be chained together.

Parameters:
metricAlarms - A list of information for the specified alarms.
Returns:
A reference to this updated object so that method calls can be chained together.

getNextToken

public String getNextToken()
A string that marks the start of the next batch of returned results.

Returns:
A string that marks the start of the next batch of returned results.

setNextToken

public void setNextToken(String nextToken)
A string that marks the start of the next batch of returned results.

Parameters:
nextToken - A string that marks the start of the next batch of returned results.

withNextToken

public DescribeAlarmsResult withNextToken(String nextToken)
A string that marks the start of the next batch of returned results.

Returns a reference to this object so that method calls can be chained together.

Parameters:
nextToken - A string that marks the start of the next batch of returned results.
Returns:
A reference to this updated object so that method calls can be chained together.

toString

public String toString()
Returns a string representation of this object; useful for testing and debugging.

Overrides:
toString in class Object
Returns:
A string representation of this object.
See Also:
Object.toString()

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object


Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.