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