Package org.jclouds.cloudwatch.domain
Class ListMetricsResponse
- java.lang.Object
-
- com.google.common.collect.ForwardingObject
-
- com.google.common.collect.ForwardingCollection<E>
-
- com.google.common.collect.ForwardingSet<Metric>
-
- org.jclouds.cloudwatch.domain.ListMetricsResponse
-
-
Constructor Summary
Constructors Constructor Description ListMetricsResponse(Set<Metric> metrics, String nextToken)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected Set<Metric>
delegate()
boolean
equals(Object obj)
String
getNextToken()
return the next token or null if there is none.int
hashCode()
String
toString()
-
Methods inherited from class com.google.common.collect.ForwardingSet
standardEquals, standardHashCode, standardRemoveAll
-
Methods inherited from class com.google.common.collect.ForwardingCollection
add, addAll, clear, contains, containsAll, isEmpty, iterator, remove, removeAll, retainAll, size, standardAddAll, standardClear, standardContains, standardContainsAll, standardIsEmpty, standardRemove, standardRetainAll, standardToArray, standardToArray, standardToString, toArray, toArray
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface java.util.Collection
parallelStream, removeIf, stream, toArray
-
-