Package com.cloudera.cdp.datalake.model
Class CancelRestoreRequest
java.lang.Object
com.cloudera.cdp.datalake.model.CancelRestoreRequest
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2024-09-27T08:40:26.246-07:00")
public class CancelRestoreRequest
extends Object
Details of the restore that has to be cancelled.
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
CancelRestoreRequest
public CancelRestoreRequest()
-
-
Method Details
-
getRestoreId
Getter for restoreId. Restore-id that identifies the restore to be cancelled. -
setRestoreId
Setter for restoreId. Restore-id that identifies the restore to be cancelled. -
getForce
Getter for force. Mark the operation as cancelled regardless of the progress. -
setForce
Setter for force. Mark the operation as cancelled regardless of the progress. -
equals
-
hashCode
public int hashCode() -
toString
-