public class DeleteBackupRequest extends AmazonWebServiceRequest implements java.io.Serializable
Deletes an existing backup of a table.
You can call DeleteBackup
at a maximum rate of 10 times per
second.
Constructor and Description |
---|
DeleteBackupRequest() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getBackupArn()
The ARN associated with the backup.
|
int |
hashCode() |
void |
setBackupArn(java.lang.String backupArn)
The ARN associated with the backup.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DeleteBackupRequest |
withBackupArn(java.lang.String backupArn)
The ARN associated with the backup.
|
clone, getCloneRoot, getCloneSource, getGeneralProgressListener, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollector
public java.lang.String getBackupArn()
The ARN associated with the backup.
Constraints:
Length: 37 - 1024
The ARN associated with the backup.
public void setBackupArn(java.lang.String backupArn)
The ARN associated with the backup.
Constraints:
Length: 37 - 1024
backupArn
- The ARN associated with the backup.
public DeleteBackupRequest withBackupArn(java.lang.String backupArn)
The ARN associated with the backup.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 37 - 1024
backupArn
- The ARN associated with the backup.
public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
Copyright © 2018 Amazon Web Services, Inc. All Rights Reserved.