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