@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ReadSetBatchError extends Object implements Serializable, Cloneable, StructuredPojo
An error from a batch read set operation.
Constructor and Description |
---|
ReadSetBatchError() |
Modifier and Type | Method and Description |
---|---|
ReadSetBatchError |
clone() |
boolean |
equals(Object obj) |
String |
getCode()
The error's code.
|
String |
getId()
The error's ID.
|
String |
getMessage()
The error's message.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setCode(String code)
The error's code.
|
void |
setId(String id)
The error's ID.
|
void |
setMessage(String message)
The error's message.
|
String |
toString()
Returns a string representation of this object.
|
ReadSetBatchError |
withCode(String code)
The error's code.
|
ReadSetBatchError |
withId(String id)
The error's ID.
|
ReadSetBatchError |
withMessage(String message)
The error's message.
|
public void setId(String id)
The error's ID.
id
- The error's ID.public String getId()
The error's ID.
public ReadSetBatchError withId(String id)
The error's ID.
id
- The error's ID.public void setCode(String code)
The error's code.
code
- The error's code.public String getCode()
The error's code.
public ReadSetBatchError withCode(String code)
The error's code.
code
- The error's code.public void setMessage(String message)
The error's message.
message
- The error's message.public String getMessage()
The error's message.
public ReadSetBatchError withMessage(String message)
The error's message.
message
- The error's message.public String toString()
toString
in class Object
Object.toString()
public ReadSetBatchError clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.