Package org.jclouds.sqs.domain
Class BatchResult<V>
- java.lang.Object
-
- com.google.common.collect.ForwardingObject
-
- com.google.common.collect.ForwardingMap<String,V>
-
- org.jclouds.sqs.domain.BatchResult<V>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
BatchResult.Builder<V>
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static <V> BatchResult.Builder<V>
builder()
protected Map<String,V>
delegate()
boolean
equals(Object obj)
Map<String,BatchError>
getErrors()
Errors indexed by requestor supplied idint
hashCode()
BatchResult.Builder<V>
toBuilder()
String
toString()
-
Methods inherited from class com.google.common.collect.ForwardingMap
clear, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, standardClear, standardContainsKey, standardContainsValue, standardEquals, standardHashCode, standardIsEmpty, standardPutAll, standardRemove, standardToString, values
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface java.util.Map
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
-
-
-
-
Method Detail
-
builder
public static <V> BatchResult.Builder<V> builder()
-
toBuilder
public BatchResult.Builder<V> toBuilder()
-
getErrors
public Map<String,BatchError> getErrors()
Errors indexed by requestor supplied id
-
hashCode
public int hashCode()
-
equals
public boolean equals(Object obj)
-
toString
public String toString()
- Overrides:
toString
in classcom.google.common.collect.ForwardingObject
-
-