public class DescribeBackupRequest extends AmazonWebServiceRequest implements java.io.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(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. | 
| DescribeBackupRequest | withBackupArn(java.lang.String backupArn)
 The ARN associated with the backup. | 
clone, getCloneRoot, getCloneSource, getGeneralProgressListener, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollectorpublic 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 DescribeBackupRequest 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.ObjectObject.toString()public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.ObjectCopyright © 2018 Amazon Web Services, Inc. All Rights Reserved.