Class BatchError

java.lang.Object
org.jclouds.sqs.domain.BatchError

public class BatchError extends Object
See Also:
  • Method Details

    • builder

      public static BatchError.Builder builder()
    • toBuilder

      public BatchError.Builder toBuilder()
    • getId

      public String getId()
      The Id name that you assigned to the message.
    • isSenderFault

      public boolean isSenderFault()
    • getCode

      public String getCode()
      A short string description of the error.
    • getMessage

      public String getMessage()
      A description of the error.
    • 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 Object