@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 |
getArn()
The problem detail's ARN.
|
String |
getName()
The problem detail's name.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
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 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.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.