public class DescribeBackupRequest extends AmazonWebServiceRequest implements Serializable
Describes an existing backup of a table.
You can call DescribeBackup at a maximum rate of 10 times per
second.
| Constructor and Description |
|---|
DescribeBackupRequest() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getBackupArn()
The ARN associated with the backup.
|
int |
hashCode() |
void |
setBackupArn(String backupArn)
The ARN associated with the backup.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeBackupRequest |
withBackupArn(String backupArn)
The ARN associated with the backup.
|
clone, copyBaseTo, getCloneRoot, getCloneSource, getGeneralProgressListener, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollectorpublic String getBackupArn()
The ARN associated with the backup.
Constraints:
Length: 37 - 1024
The ARN associated with the backup.
public void setBackupArn(String backupArn)
The ARN associated with the backup.
Constraints:
Length: 37 - 1024
backupArn - The ARN associated with the backup.
public DescribeBackupRequest withBackupArn(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 String toString()
toString in class ObjectObject.toString()Copyright © 2019. All rights reserved.