Class GetMetricStatisticsResponse

java.lang.Object
com.google.common.collect.FluentIterable<Datapoint>
org.jclouds.cloudwatch.domain.GetMetricStatisticsResponse
All Implemented Interfaces:
Iterable<Datapoint>

public class GetMetricStatisticsResponse extends com.google.common.collect.FluentIterable<Datapoint>
the list of Datapoint for the metric
See Also:
  • Constructor Details

  • Method Details

    • getLabel

      public String getLabel()
      return the label describing the specified metric
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • equals

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

      public String toString()
      Overrides:
      toString in class com.google.common.collect.FluentIterable<Datapoint>
    • iterator

      public Iterator<Datapoint> iterator()