Class ListWorkspaceBackupsRequest


  • @Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
               date="2024-03-13T13:08:46.678-07:00")
    public class ListWorkspaceBackupsRequest
    extends Object
    Request object for ListWorkspaceBackups method.
    • Constructor Detail

      • ListWorkspaceBackupsRequest

        public ListWorkspaceBackupsRequest()
    • Method Detail

      • getEnvironmentName

        public String getEnvironmentName()
        Getter for environmentName. The environment for the workspace to list backups for.
      • setEnvironmentName

        public void setEnvironmentName​(String environmentName)
        Setter for environmentName. The environment for the workspace to list backups for.
      • getWorkspaceName

        public String getWorkspaceName()
        Getter for workspaceName. The name of the workspace to list backups for.
      • setWorkspaceName

        public void setWorkspaceName​(String workspaceName)
        Setter for workspaceName. The name of the workspace to list backups for.
      • getWorkspaceCrn

        public String getWorkspaceCrn()
        Getter for workspaceCrn. The CRN of the workspace to list backups for. If this field is specified, environmentName and workspaceName are ignored.
      • setWorkspaceCrn

        public void setWorkspaceCrn​(String workspaceCrn)
        Setter for workspaceCrn. The CRN of the workspace to list backups for. If this field is specified, environmentName and workspaceName are ignored.
      • getQueryOptions

        public ListWorkspaceBackupsQueryOptions getQueryOptions()
        Getter for queryOptions. Additional query options to enhance/mutate the API response.
      • setQueryOptions

        public void setQueryOptions​(ListWorkspaceBackupsQueryOptions queryOptions)
        Setter for queryOptions. Additional query options to enhance/mutate the API response.
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object