类 DeleteSnapshotRequest


  • public class DeleteSnapshotRequest
    extends AbstractBceRequest
    The request for deleting the specified snapshot.
    • 构造器详细资料

      • DeleteSnapshotRequest

        public DeleteSnapshotRequest()
    • 方法详细资料

      • getSnapshotId

        public String getSnapshotId()
      • setSnapshotId

        public void setSnapshotId​(String snapshotId)
      • withSnapshotId

        public DeleteSnapshotRequest withSnapshotId​(String snapshotId)
        Configure snapshotId for the request.
        参数:
        snapshotId - The id of snapshot which will be deleted.
        返回:
        DeleteSnapshotRequest with snapshotId.