@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteClusterSnapshotRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP | Constructor and Description |
|---|
DeleteClusterSnapshotRequest () |
| Modifier and Type | Method and Description |
|---|---|
DeleteClusterSnapshotRequest |
clone ()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals (Object obj) |
String |
getSnapshotClusterIdentifier ()
The unique identifier of the cluster the snapshot was created from.
|
String |
getSnapshotIdentifier ()
The unique identifier of the manual snapshot to be deleted.
|
int |
hashCode () |
void |
setSnapshotClusterIdentifier (String snapshotClusterIdentifier)
The unique identifier of the cluster the snapshot was created from.
|
void |
setSnapshotIdentifier (String snapshotIdentifier)
The unique identifier of the manual snapshot to be deleted.
|
String |
toString ()
Returns a string representation of this object.
|
DeleteClusterSnapshotRequest |
withSnapshotClusterIdentifier (String snapshotClusterIdentifier)
The unique identifier of the cluster the snapshot was created from.
|
DeleteClusterSnapshotRequest |
withSnapshotIdentifier (String snapshotIdentifier)
The unique identifier of the manual snapshot to be deleted.
|
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 DeleteClusterSnapshotRequest()
public void setSnapshotIdentifier(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, failed,
or cancelled 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,
failed, or cancelled state.
public 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, failed,
or cancelled state.
Constraints: Must be the name of an existing snapshot that is in the available,
failed, or cancelled state.
public DeleteClusterSnapshotRequest withSnapshotIdentifier(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, failed,
or cancelled 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,
failed, or cancelled state.
public void setSnapshotClusterIdentifier(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 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(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 String toString()
toString in class Object Object.toString() public DeleteClusterSnapshotRequest clone()
AmazonWebServiceRequest clone in class AmazonWebServiceRequest Object.clone()