public class DeleteClusterSnapshotRequest extends AmazonWebServiceRequest implements java.io.Serializable, java.lang.Cloneable
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
snapshotClusterIdentifier
The unique identifier of the cluster the snapshot was created from.
|
private java.lang.String |
snapshotIdentifier
The unique identifier of the manual snapshot to be deleted.
|
NOOP
Constructor and Description |
---|
DeleteClusterSnapshotRequest() |
Modifier and Type | Method and Description |
---|---|
DeleteClusterSnapshotRequest |
clone()
Creates a shallow clone of this request.
|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getSnapshotClusterIdentifier()
The unique identifier of the cluster the snapshot was created from.
|
java.lang.String |
getSnapshotIdentifier()
The unique identifier of the manual snapshot to be deleted.
|
int |
hashCode() |
void |
setSnapshotClusterIdentifier(java.lang.String snapshotClusterIdentifier)
The unique identifier of the cluster the snapshot was created from.
|
void |
setSnapshotIdentifier(java.lang.String snapshotIdentifier)
The unique identifier of the manual snapshot to be deleted.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DeleteClusterSnapshotRequest |
withSnapshotClusterIdentifier(java.lang.String snapshotClusterIdentifier)
The unique identifier of the cluster the snapshot was created from.
|
DeleteClusterSnapshotRequest |
withSnapshotIdentifier(java.lang.String snapshotIdentifier)
The unique identifier of the manual snapshot to be deleted.
|
copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
private java.lang.String snapshotIdentifier
The unique identifier of the manual snapshot to be deleted.
Constraints: Must be the name of an existing snapshot that is in the
available
state.
private java.lang.String snapshotClusterIdentifier
The unique identifier of the cluster the snapshot was created from. This parameter is required if your IAM user has a policy containing a snapshot resource element that specifies anything other than * for the cluster name.
Constraints: Must be the name of valid cluster.
public void setSnapshotIdentifier(java.lang.String snapshotIdentifier)
The unique identifier of the manual snapshot to be deleted.
Constraints: Must be the name of an existing snapshot that is in the
available
state.
snapshotIdentifier
- The unique identifier of the manual snapshot to be deleted.
Constraints: Must be the name of an existing snapshot that is in
the available
state.
public java.lang.String getSnapshotIdentifier()
The unique identifier of the manual snapshot to be deleted.
Constraints: Must be the name of an existing snapshot that is in the
available
state.
Constraints: Must be the name of an existing snapshot that is in
the available
state.
public DeleteClusterSnapshotRequest withSnapshotIdentifier(java.lang.String snapshotIdentifier)
The unique identifier of the manual snapshot to be deleted.
Constraints: Must be the name of an existing snapshot that is in the
available
state.
snapshotIdentifier
- The unique identifier of the manual snapshot to be deleted.
Constraints: Must be the name of an existing snapshot that is in
the available
state.
public void setSnapshotClusterIdentifier(java.lang.String snapshotClusterIdentifier)
The unique identifier of the cluster the snapshot was created from. This parameter is required if your IAM user has a policy containing a snapshot resource element that specifies anything other than * for the cluster name.
Constraints: Must be the name of valid cluster.
snapshotClusterIdentifier
- The unique identifier of the cluster the snapshot was created
from. This parameter is required if your IAM user has a policy
containing a snapshot resource element that specifies anything
other than * for the cluster name.
Constraints: Must be the name of valid cluster.
public java.lang.String getSnapshotClusterIdentifier()
The unique identifier of the cluster the snapshot was created from. This parameter is required if your IAM user has a policy containing a snapshot resource element that specifies anything other than * for the cluster name.
Constraints: Must be the name of valid cluster.
Constraints: Must be the name of valid cluster.
public DeleteClusterSnapshotRequest withSnapshotClusterIdentifier(java.lang.String snapshotClusterIdentifier)
The unique identifier of the cluster the snapshot was created from. This parameter is required if your IAM user has a policy containing a snapshot resource element that specifies anything other than * for the cluster name.
Constraints: Must be the name of valid cluster.
snapshotClusterIdentifier
- The unique identifier of the cluster the snapshot was created
from. This parameter is required if your IAM user has a policy
containing a snapshot resource element that specifies anything
other than * for the cluster name.
Constraints: Must be the name of valid cluster.
public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public DeleteClusterSnapshotRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()