Class DescribeWorkspaceRequest


  • @Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
               date="2024-05-09T12:44:55.811-07:00")
    public class DescribeWorkspaceRequest
    extends Object
    Request object for the DescribeWorkspace method.
    • Constructor Detail

      • DescribeWorkspaceRequest

        public DescribeWorkspaceRequest()
    • Method Detail

      • getEnvironmentName

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

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

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

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

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

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

        public int hashCode()
        Overrides:
        hashCode in class Object