public class ProblemDetail extends Object implements Serializable, Cloneable
Information about a problem detail.
| Constructor and Description |
|---|
ProblemDetail() |
| Modifier and Type | Method and Description |
|---|---|
ProblemDetail |
clone() |
boolean |
equals(Object obj) |
String |
getArn()
The problem detail's ARN.
|
String |
getName()
The problem detail's name.
|
int |
hashCode() |
void |
setArn(String arn)
The problem detail's ARN.
|
void |
setName(String name)
The problem detail's name.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ProblemDetail |
withArn(String arn)
The problem detail's ARN.
|
ProblemDetail |
withName(String name)
The problem detail's name.
|
public void setArn(String arn)
The problem detail's ARN.
arn - The problem detail's ARN.public String getArn()
The problem detail's ARN.
public ProblemDetail withArn(String arn)
The problem detail's ARN.
arn - The problem detail's ARN.public void setName(String name)
The problem detail's name.
name - The problem detail's name.public String getName()
The problem detail's name.
public ProblemDetail withName(String name)
The problem detail's name.
name - The problem detail's name.public String toString()
toString in class ObjectObject.toString()public ProblemDetail clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.