@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() |
boolean |
equals(Object obj) |
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 |
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 |
withDbiResourceId(String dbiResourceId)
The identifier for the source DB instance, which can't be changed and which is unique to an AWS Region.
|
addHandlerContext, copyBaseTo, 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 String toString()
toString
in class Object
Object.toString()
public DeleteDBInstanceAutomatedBackupRequest clone()
clone
in class AmazonWebServiceRequest
Copyright © 2020. All rights reserved.