public class CreateBackupResult
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
CreateBackupResult() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
BackupDetails |
getBackupDetails()
Contains the details of the backup created for the table.
|
int |
hashCode() |
void |
setBackupDetails(BackupDetails backupDetails)
Contains the details of the backup created for the table.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
CreateBackupResult |
withBackupDetails(BackupDetails backupDetails)
Contains the details of the backup created for the table.
|
public BackupDetails getBackupDetails()
Contains the details of the backup created for the table.
Contains the details of the backup created for the table.
public void setBackupDetails(BackupDetails backupDetails)
Contains the details of the backup created for the table.
backupDetails - Contains the details of the backup created for the table.
public CreateBackupResult withBackupDetails(BackupDetails backupDetails)
Contains the details of the backup created for the table.
Returns a reference to this object so that method calls can be chained together.
backupDetails - Contains the details of the backup created for the table.
public java.lang.String toString()
toString in class java.lang.ObjectObject.toString()public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.ObjectCopyright © 2018 Amazon Web Services, Inc. All Rights Reserved.