@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeBackupResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DescribeBackupResult() |
Modifier and Type | Method and Description |
---|---|
DescribeBackupResult |
clone() |
boolean |
equals(Object obj) |
BackupDescription |
getBackupDescription()
Contains the description of the backup created for the table.
|
int |
hashCode() |
void |
setBackupDescription(BackupDescription backupDescription)
Contains the description of the backup created for the table.
|
String |
toString()
Returns a string representation of this object.
|
DescribeBackupResult |
withBackupDescription(BackupDescription backupDescription)
Contains the description of the backup created for the table.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setBackupDescription(BackupDescription backupDescription)
Contains the description of the backup created for the table.
backupDescription
- Contains the description of the backup created for the table.public BackupDescription getBackupDescription()
Contains the description of the backup created for the table.
public DescribeBackupResult withBackupDescription(BackupDescription backupDescription)
Contains the description of the backup created for the table.
backupDescription
- Contains the description of the backup created for the table.public String toString()
toString
in class Object
Object.toString()
public DescribeBackupResult clone()
Copyright © 2024. All rights reserved.