@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteClusterSnapshotMessage extends Object implements Serializable, Cloneable
Constructor and Description |
---|
DeleteClusterSnapshotMessage() |
Modifier and Type | Method and Description |
---|---|
DeleteClusterSnapshotMessage |
clone() |
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.
|
DeleteClusterSnapshotMessage |
withSnapshotClusterIdentifier(String snapshotClusterIdentifier)
The unique identifier of the cluster the snapshot was created from.
|
DeleteClusterSnapshotMessage |
withSnapshotIdentifier(String snapshotIdentifier)
The unique identifier of the manual snapshot to be deleted.
|
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 DeleteClusterSnapshotMessage 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 DeleteClusterSnapshotMessage 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 DeleteClusterSnapshotMessage clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.