@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateBackupResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
CreateBackupResult() |
Modifier and Type | Method and Description |
---|---|
CreateBackupResult |
clone() |
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.
|
CreateBackupResult |
withBackupDetails(BackupDetails backupDetails)
Contains the details of the backup created for the table.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
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 BackupDetails getBackupDetails()
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.
backupDetails
- Contains the details of the backup created for the table.public String toString()
toString
in class Object
Object.toString()
public CreateBackupResult clone()
Copyright © 2024. All rights reserved.