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