public class DeleteSnapshotRequest extends AbstractBceRequest
| Constructor and Description |
|---|
DeleteSnapshotRequest() |
| Modifier and Type | Method and Description |
|---|---|
String |
getSnapshotId() |
void |
setSnapshotId(String snapshotId) |
DeleteSnapshotRequest |
withRequestCredentials(BceCredentials credentials)
Configure request credential for the request.
|
DeleteSnapshotRequest |
withSnapshotId(String snapshotId)
Configure snapshotId for the request.
|
getRequestCredentials, setRequestCredentialspublic String getSnapshotId()
public void setSnapshotId(String snapshotId)
public DeleteSnapshotRequest withSnapshotId(String snapshotId)
snapshotId - The id of snapshot which will be deleted.public DeleteSnapshotRequest withRequestCredentials(BceCredentials credentials)
withRequestCredentials in class AbstractBceRequestcredentials - a valid instance of BceCredentials.Copyright © 2023. All rights reserved.