Package com.cloudera.cdp.ml.model
Class GetKubeconfigRequest
java.lang.Object
com.cloudera.cdp.ml.model.GetKubeconfigRequest
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2024-09-27T08:40:25.791-07:00")
public class GetKubeconfigRequest
extends Object
Request object for the GetKubeconfig method.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Getter for environmentName.Getter for workspaceCrn.Getter for workspaceName.int
hashCode()
void
setEnvironmentName
(String environmentName) Setter for environmentName.void
setWorkspaceCrn
(String workspaceCrn) Setter for workspaceCrn.void
setWorkspaceName
(String workspaceName) Setter for workspaceName.toString()
-
Constructor Details
-
GetKubeconfigRequest
public GetKubeconfigRequest()
-
-
Method Details
-
getEnvironmentName
Getter for environmentName. The environment that the workspace is a member of. -
setEnvironmentName
Setter for environmentName. The environment that the workspace is a member of. -
getWorkspaceName
Getter for workspaceName. The name of the workspace to list access. -
setWorkspaceName
Setter for workspaceName. The name of the workspace to list access. -
getWorkspaceCrn
Getter for workspaceCrn. The CRN of the workspace to list access. -
setWorkspaceCrn
Setter for workspaceCrn. The CRN of the workspace to list access. -
equals
-
hashCode
public int hashCode() -
toString
-