Package com.cloudera.cdp.ml.model
Class ListWorkspaceBackupsRequest
java.lang.Object
com.cloudera.cdp.ml.model.ListWorkspaceBackupsRequest
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2025-10-28T14:00:27.700-07:00")
public class ListWorkspaceBackupsRequest
extends Object
Request object for ListWorkspaceBackups method.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGetter for environmentName.Getter for queryOptions.Getter for workspaceCrn.Getter for workspaceName.inthashCode()voidsetEnvironmentName(String environmentName) Setter for environmentName.voidsetQueryOptions(ListWorkspaceBackupsQueryOptions queryOptions) Setter for queryOptions.voidsetWorkspaceCrn(String workspaceCrn) Setter for workspaceCrn.voidsetWorkspaceName(String workspaceName) Setter for workspaceName.toString()
-
Constructor Details
-
ListWorkspaceBackupsRequest
public ListWorkspaceBackupsRequest()
-
-
Method Details
-
getEnvironmentName
Getter for environmentName. The environment for the workbench to list backups for. -
setEnvironmentName
Setter for environmentName. The environment for the workbench to list backups for. -
getWorkspaceName
Getter for workspaceName. The name of the workbench to list backups for. -
setWorkspaceName
Setter for workspaceName. The name of the workbench to list backups for. -
getWorkspaceCrn
Getter for workspaceCrn. The CRN of the workbench to list backups for. If this field is specified, environmentName and workspaceName are ignored. -
setWorkspaceCrn
Setter for workspaceCrn. The CRN of the workbench to list backups for. If this field is specified, environmentName and workspaceName are ignored. -
getQueryOptions
Getter for queryOptions. Additional query options to enhance/mutate the API response. -
setQueryOptions
Setter for queryOptions. Additional query options to enhance/mutate the API response. -
equals
-
hashCode
public int hashCode() -
toString
-