@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteDBClusterAutomatedBackupRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DeleteDBClusterAutomatedBackupRequest() |
Modifier and Type | Method and Description |
---|---|
DeleteDBClusterAutomatedBackupRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getDbClusterResourceId()
The identifier for the source DB cluster, which can't be changed and which is unique to an Amazon Web Services
Region.
|
int |
hashCode() |
void |
setDbClusterResourceId(String dbClusterResourceId)
The identifier for the source DB cluster, which can't be changed and which is unique to an Amazon Web Services
Region.
|
String |
toString()
Returns a string representation of this object.
|
DeleteDBClusterAutomatedBackupRequest |
withDbClusterResourceId(String dbClusterResourceId)
The identifier for the source DB cluster, which can't be changed and which is unique to an Amazon Web Services
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 DeleteDBClusterAutomatedBackupRequest()
public void setDbClusterResourceId(String dbClusterResourceId)
The identifier for the source DB cluster, which can't be changed and which is unique to an Amazon Web Services Region.
dbClusterResourceId
- The identifier for the source DB cluster, which can't be changed and which is unique to an Amazon Web
Services Region.public String getDbClusterResourceId()
The identifier for the source DB cluster, which can't be changed and which is unique to an Amazon Web Services Region.
public DeleteDBClusterAutomatedBackupRequest withDbClusterResourceId(String dbClusterResourceId)
The identifier for the source DB cluster, which can't be changed and which is unique to an Amazon Web Services Region.
dbClusterResourceId
- The identifier for the source DB cluster, which can't be changed and which is unique to an Amazon Web
Services Region.public String toString()
toString
in class Object
Object.toString()
public DeleteDBClusterAutomatedBackupRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()