Package com.cloudera.cdp.datalake.model
Class CancelBackupRequest
java.lang.Object
com.cloudera.cdp.datalake.model.CancelBackupRequest
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2024-09-27T08:40:26.246-07:00")
public class CancelBackupRequest
extends Object
The request to cancel a backup operation.
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
CancelBackupRequest
public CancelBackupRequest()
-
-
Method Details
-
getBackupId
Getter for backupId. Backup-id that identifies the backup to be cancelled. -
setBackupId
Setter for backupId. Backup-id that identifies the backup to be cancelled. -
getForce
Getter for force. Will mark all unfinished operations as cancelled without waiting for their result and mark backup operation as finished (cancelled, successful or failed) immediately. -
setForce
Setter for force. Will mark all unfinished operations as cancelled without waiting for their result and mark backup operation as finished (cancelled, successful or failed) immediately. -
equals
-
hashCode
public int hashCode() -
toString
-