@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteDBInstanceAutomatedBackupRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
Parameter input for the DeleteDBInstanceAutomatedBackup
operation.
NOOP
Constructor and Description |
---|
DeleteDBInstanceAutomatedBackupRequest() |
Modifier and Type | Method and Description |
---|---|
DeleteDBInstanceAutomatedBackupRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getDBInstanceAutomatedBackupsArn()
The Amazon Resource Name (ARN) of the automated backups to delete, for example,
arn:aws:rds:us-east-1:123456789012:auto-backup:ab-L2IJCEXJP7XQ7HOJ4SIEXAMPLE . |
String |
getDbiResourceId()
The identifier for the source DB instance, which can't be changed and which is unique to an AWS Region.
|
int |
hashCode() |
void |
setDBInstanceAutomatedBackupsArn(String dBInstanceAutomatedBackupsArn)
The Amazon Resource Name (ARN) of the automated backups to delete, for example,
arn:aws:rds:us-east-1:123456789012:auto-backup:ab-L2IJCEXJP7XQ7HOJ4SIEXAMPLE . |
void |
setDbiResourceId(String dbiResourceId)
The identifier for the source DB instance, which can't be changed and which is unique to an AWS Region.
|
String |
toString()
Returns a string representation of this object.
|
DeleteDBInstanceAutomatedBackupRequest |
withDBInstanceAutomatedBackupsArn(String dBInstanceAutomatedBackupsArn)
The Amazon Resource Name (ARN) of the automated backups to delete, for example,
arn:aws:rds:us-east-1:123456789012:auto-backup:ab-L2IJCEXJP7XQ7HOJ4SIEXAMPLE . |
DeleteDBInstanceAutomatedBackupRequest |
withDbiResourceId(String dbiResourceId)
The identifier for the source DB instance, which can't be changed and which is unique to an AWS Region.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public DeleteDBInstanceAutomatedBackupRequest()
public void setDbiResourceId(String dbiResourceId)
The identifier for the source DB instance, which can't be changed and which is unique to an AWS Region.
dbiResourceId
- The identifier for the source DB instance, which can't be changed and which is unique to an AWS Region.public String getDbiResourceId()
The identifier for the source DB instance, which can't be changed and which is unique to an AWS Region.
public DeleteDBInstanceAutomatedBackupRequest withDbiResourceId(String dbiResourceId)
The identifier for the source DB instance, which can't be changed and which is unique to an AWS Region.
dbiResourceId
- The identifier for the source DB instance, which can't be changed and which is unique to an AWS Region.public void setDBInstanceAutomatedBackupsArn(String dBInstanceAutomatedBackupsArn)
The Amazon Resource Name (ARN) of the automated backups to delete, for example,
arn:aws:rds:us-east-1:123456789012:auto-backup:ab-L2IJCEXJP7XQ7HOJ4SIEXAMPLE
.
dBInstanceAutomatedBackupsArn
- The Amazon Resource Name (ARN) of the automated backups to delete, for example,
arn:aws:rds:us-east-1:123456789012:auto-backup:ab-L2IJCEXJP7XQ7HOJ4SIEXAMPLE
.public String getDBInstanceAutomatedBackupsArn()
The Amazon Resource Name (ARN) of the automated backups to delete, for example,
arn:aws:rds:us-east-1:123456789012:auto-backup:ab-L2IJCEXJP7XQ7HOJ4SIEXAMPLE
.
arn:aws:rds:us-east-1:123456789012:auto-backup:ab-L2IJCEXJP7XQ7HOJ4SIEXAMPLE
.public DeleteDBInstanceAutomatedBackupRequest withDBInstanceAutomatedBackupsArn(String dBInstanceAutomatedBackupsArn)
The Amazon Resource Name (ARN) of the automated backups to delete, for example,
arn:aws:rds:us-east-1:123456789012:auto-backup:ab-L2IJCEXJP7XQ7HOJ4SIEXAMPLE
.
dBInstanceAutomatedBackupsArn
- The Amazon Resource Name (ARN) of the automated backups to delete, for example,
arn:aws:rds:us-east-1:123456789012:auto-backup:ab-L2IJCEXJP7XQ7HOJ4SIEXAMPLE
.public String toString()
toString
in class Object
Object.toString()
public DeleteDBInstanceAutomatedBackupRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()