@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DefaultErrorDetails extends Object implements Serializable, Cloneable, StructuredPojo
Provides error information about a schema conversion operation.
Constructor and Description |
---|
DefaultErrorDetails() |
Modifier and Type | Method and Description |
---|---|
DefaultErrorDetails |
clone() |
boolean |
equals(Object obj) |
String |
getMessage()
The error message.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setMessage(String message)
The error message.
|
String |
toString()
Returns a string representation of this object.
|
DefaultErrorDetails |
withMessage(String message)
The error message.
|
public void setMessage(String message)
The error message.
message
- The error message.public String getMessage()
The error message.
public DefaultErrorDetails withMessage(String message)
The error message.
message
- The error message.public String toString()
toString
in class Object
Object.toString()
public DefaultErrorDetails clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.