Class DescribeAlarmsResult

    • 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​(Collection<MetricAlarm> metricAlarms)

        A list of information for the specified alarms.

        Parameters:
        metricAlarms - A list of information for the specified alarms.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • 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.
      • 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.
      • withNextToken

        public DescribeAlarmsResult withNextToken​(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.
        Returns:
        Returns a reference to this 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