public class CreateBackupResult extends Object implements Serializable
| Constructor and Description |
|---|
CreateBackupResult() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(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.
|
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 String toString()
toString in class ObjectObject.toString()Copyright © 2019. All rights reserved.