@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ProblemDetails extends Object implements Serializable, Cloneable, StructuredPojo
Details related to problems with AWS TNB resources.
| Constructor and Description |
|---|
ProblemDetails() |
| Modifier and Type | Method and Description |
|---|---|
ProblemDetails |
clone() |
boolean |
equals(Object obj) |
String |
getDetail()
A human-readable explanation specific to this occurrence of the problem.
|
String |
getTitle()
A human-readable title of the problem type.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setDetail(String detail)
A human-readable explanation specific to this occurrence of the problem.
|
void |
setTitle(String title)
A human-readable title of the problem type.
|
String |
toString()
Returns a string representation of this object.
|
ProblemDetails |
withDetail(String detail)
A human-readable explanation specific to this occurrence of the problem.
|
ProblemDetails |
withTitle(String title)
A human-readable title of the problem type.
|
public void setDetail(String detail)
A human-readable explanation specific to this occurrence of the problem.
detail - A human-readable explanation specific to this occurrence of the problem.public String getDetail()
A human-readable explanation specific to this occurrence of the problem.
public ProblemDetails withDetail(String detail)
A human-readable explanation specific to this occurrence of the problem.
detail - A human-readable explanation specific to this occurrence of the problem.public void setTitle(String title)
A human-readable title of the problem type.
title - A human-readable title of the problem type.public String getTitle()
A human-readable title of the problem type.
public ProblemDetails withTitle(String title)
A human-readable title of the problem type.
title - A human-readable title of the problem type.public String toString()
toString in class ObjectObject.toString()public ProblemDetails clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.