public class DeleteSnapshotRequest extends AmazonWebServiceRequest implements java.io.Serializable
DeleteSnapshot operation.
Deletes the snapshot identified by snapshotId .
| コンストラクタと説明 |
|---|
DeleteSnapshotRequest()
Default constructor for a new DeleteSnapshotRequest object.
|
DeleteSnapshotRequest(java.lang.String snapshotId)
Constructs a new DeleteSnapshotRequest object.
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getSnapshotId()
The ID of the snapshot to delete.
|
int |
hashCode() |
void |
setSnapshotId(java.lang.String snapshotId)
The ID of the snapshot to delete.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DeleteSnapshotRequest |
withSnapshotId(java.lang.String snapshotId)
The ID of the snapshot to delete.
|
copyPrivateRequestParameters, getRequestClientOptions, getRequestCredentials, setRequestCredentialspublic DeleteSnapshotRequest()
public DeleteSnapshotRequest(java.lang.String snapshotId)
snapshotId - The ID of the snapshot to delete.public java.lang.String getSnapshotId()
public void setSnapshotId(java.lang.String snapshotId)
snapshotId - The ID of the snapshot to delete.public DeleteSnapshotRequest withSnapshotId(java.lang.String snapshotId)
Returns a reference to this object so that method calls can be chained together.
snapshotId - The ID of the snapshot to delete.public java.lang.String toString()
toString クラス内 java.lang.ObjectObject.toString()public int hashCode()
hashCode クラス内 java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals クラス内 java.lang.Object