Class BatchResult<V>

java.lang.Object
com.google.common.collect.ForwardingObject
com.google.common.collect.ForwardingMap<String,V>
org.jclouds.sqs.domain.BatchResult<V>
All Implemented Interfaces:
Map<String,V>

public class BatchResult<V> extends com.google.common.collect.ForwardingMap<String,V>
See Also:
  • Method Details

    • builder

      public static <V> BatchResult.Builder<V> builder()
    • toBuilder

      public BatchResult.Builder<V> toBuilder()
    • delegate

      protected Map<String,V> delegate()
      Specified by:
      delegate in class com.google.common.collect.ForwardingMap<String,V>
    • getErrors

      public Map<String,BatchError> getErrors()
      Errors indexed by requestor supplied id
    • hashCode

      public int hashCode()
      Specified by:
      hashCode in interface Map<String,V>
      Overrides:
      hashCode in class com.google.common.collect.ForwardingMap<String,V>
    • equals

      public boolean equals(Object obj)
      Specified by:
      equals in interface Map<String,V>
      Overrides:
      equals in class com.google.common.collect.ForwardingMap<String,V>
    • toString

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