@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class BackupFailureDetails extends Object implements Serializable, Cloneable, StructuredPojo
If backup creation fails, this structure contains the details of that failure.
Constructor and Description |
---|
BackupFailureDetails() |
Modifier and Type | Method and Description |
---|---|
BackupFailureDetails |
clone() |
boolean |
equals(Object obj) |
String |
getMessage()
A message describing the backup-creation failure.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setMessage(String message)
A message describing the backup-creation failure.
|
String |
toString()
Returns a string representation of this object.
|
BackupFailureDetails |
withMessage(String message)
A message describing the backup-creation failure.
|
public void setMessage(String message)
A message describing the backup-creation failure.
message
- A message describing the backup-creation failure.public String getMessage()
A message describing the backup-creation failure.
public BackupFailureDetails withMessage(String message)
A message describing the backup-creation failure.
message
- A message describing the backup-creation failure.public String toString()
toString
in class Object
Object.toString()
public BackupFailureDetails clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.