@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 |
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, 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, withSdkRequestTimeoutpublic 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 ObjectObject.toString()public DeleteDBInstanceAutomatedBackupRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.