Class GetKubeconfigRequest


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

      • GetKubeconfigRequest

        public GetKubeconfigRequest()
    • Method Detail

      • getEnvironmentName

        public String getEnvironmentName()
        Getter for environmentName. The environment that the workspace is a member of.
      • setEnvironmentName

        public void setEnvironmentName​(String environmentName)
        Setter for environmentName. The environment that the workspace is a member of.
      • getWorkspaceName

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

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

        public String getWorkspaceCrn()
        Getter for workspaceCrn. The CRN of the workspace to list access.
      • setWorkspaceCrn

        public void setWorkspaceCrn​(String workspaceCrn)
        Setter for workspaceCrn. The CRN of the workspace to list access.
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object