Class ListMetricsResponse

java.lang.Object
com.google.common.collect.ForwardingObject
com.google.common.collect.ForwardingCollection<Metric>
com.google.common.collect.ForwardingSet<Metric>
org.jclouds.cloudwatch.domain.ListMetricsResponse
All Implemented Interfaces:
Iterable<Metric>, Collection<Metric>, Set<Metric>

public class ListMetricsResponse extends com.google.common.collect.ForwardingSet<Metric>
list of Metric
See Also:
  • Constructor Details

  • Method Details

    • getNextToken

      @Nullable public String getNextToken()
      return the next token or null if there is none.
    • hashCode

      public int hashCode()
      Specified by:
      hashCode in interface Collection<Metric>
      Specified by:
      hashCode in interface Set<Metric>
      Overrides:
      hashCode in class com.google.common.collect.ForwardingSet<Metric>
    • equals

      public boolean equals(Object obj)
      Specified by:
      equals in interface Collection<Metric>
      Specified by:
      equals in interface Set<Metric>
      Overrides:
      equals in class com.google.common.collect.ForwardingSet<Metric>
    • toString

      public String toString()
      Overrides:
      toString in class com.google.common.collect.ForwardingObject
    • delegate

      protected Set<Metric> delegate()
      Specified by:
      delegate in class com.google.common.collect.ForwardingSet<Metric>