Class DescribeWorkspaceRequest

java.lang.Object
com.cloudera.cdp.ml.model.DescribeWorkspaceRequest

@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2025-05-14T11:34:34.535-07:00") public class DescribeWorkspaceRequest extends Object
Request object for the DescribeWorkspace method.
  • Constructor Details Link icon

    • DescribeWorkspaceRequest Link icon

      public DescribeWorkspaceRequest()
  • Method Details Link icon

    • getEnvironmentName Link icon

      public String getEnvironmentName()
      Getter for environmentName. The environment for the workbench to describe.
    • setEnvironmentName Link icon

      public void setEnvironmentName(String environmentName)
      Setter for environmentName. The environment for the workbench to describe.
    • getWorkspaceName Link icon

      public String getWorkspaceName()
      Getter for workspaceName. The name of the workbench to describe.
    • setWorkspaceName Link icon

      public void setWorkspaceName(String workspaceName)
      Setter for workspaceName. The name of the workbench to describe.
    • getWorkspaceCrn Link icon

      public String getWorkspaceCrn()
      Getter for workspaceCrn. The CRN of the workbench to describe. If CRN is specified only the CRN is used for identifying the workbench, environment and name arguments are ignored.
    • setWorkspaceCrn Link icon

      public void setWorkspaceCrn(String workspaceCrn)
      Setter for workspaceCrn. The CRN of the workbench to describe. If CRN is specified only the CRN is used for identifying the workbench, environment and name arguments are ignored.
    • equals Link icon

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode Link icon

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString Link icon

      public String toString()
      Overrides:
      toString in class Object