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 classBatchError.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static BatchError.Builderbuilder()booleanequals(Object obj)StringgetCode()A short string description of the error.StringgetId()The Id name that you assigned to the message.StringgetMessage()A description of the error.inthashCode()booleanisSenderFault()BatchError.BuildertoBuilder()StringtoString()
-
-
-
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.
-
-