类 GetSnapshotRequest


  • public class GetSnapshotRequest
    extends AbstractBceRequest
    The request for getting the specified snapshot detail information.
    • 构造器详细资料

      • GetSnapshotRequest

        public GetSnapshotRequest()
    • 方法详细资料

      • getSnapshotId

        public String getSnapshotId()
      • setSnapshotId

        public void setSnapshotId​(String snapshotId)
      • withSnapshotId

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