Package org.jclouds.sqs.domain
Class BatchError
- java.lang.Object
-
- org.jclouds.sqs.domain.BatchError
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
BatchError.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static BatchError.Builder
builder()
boolean
equals(Object obj)
String
getCode()
A short string description of the error.String
getId()
The Id name that you assigned to the message.String
getMessage()
A description of the error.int
hashCode()
boolean
isSenderFault()
BatchError.Builder
toBuilder()
String
toString()
-
-
-
Method Detail
-
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.
-
-