Package com.cloudera.cdp.ml.model
Class DeleteWorkspaceRequest
java.lang.Object
com.cloudera.cdp.ml.model.DeleteWorkspaceRequest
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2025-01-23T07:12:39.983-08:00")
public class DeleteWorkspaceRequest
extends Object
Request object for the DeleteWorkspace method.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Getter for environmentName.getForce()
Getter for force.Getter for removeStorage.Getter for workspaceCrn.Getter for workspaceName.int
hashCode()
void
setEnvironmentName
(String environmentName) Setter for environmentName.void
Setter for force.void
setRemoveStorage
(Boolean removeStorage) Setter for removeStorage.void
setWorkspaceCrn
(String workspaceCrn) Setter for workspaceCrn.void
setWorkspaceName
(String workspaceName) Setter for workspaceName.toString()
-
Constructor Details
-
DeleteWorkspaceRequest
public DeleteWorkspaceRequest()
-
-
Method Details
-
getForce
Getter for force. Force delete a workbench even if errors occur during deletion. Force delete removes the guarantee that resources in your cloud account will be cleaned up. -
setForce
Setter for force. Force delete a workbench even if errors occur during deletion. Force delete removes the guarantee that resources in your cloud account will be cleaned up. -
getRemoveStorage
Getter for removeStorage. The remove storage flag indicates weather to keep the backing workbench filesystem storage or remove it during delete. -
setRemoveStorage
Setter for removeStorage. The remove storage flag indicates weather to keep the backing workbench filesystem storage or remove it during delete. -
getEnvironmentName
Getter for environmentName. The environment for the workbench to delete. -
setEnvironmentName
Setter for environmentName. The environment for the workbench to delete. -
getWorkspaceName
Getter for workspaceName. The name of the workbench to delete. -
setWorkspaceName
Setter for workspaceName. The name of the workbench to delete. -
getWorkspaceCrn
Getter for workspaceCrn. The CRN of the workbench to delete. If CRN is specified only the CRN is used for identifying the workbench, environment and name arguments are ignored. -
setWorkspaceCrn
Setter for workspaceCrn. The CRN of the workbench to delete. If CRN is specified only the CRN is used for identifying the workbench, environment and name arguments are ignored. -
equals
-
hashCode
public int hashCode() -
toString
-