Class GetCustomPythonConfigurationRequest
java.lang.Object
com.cloudera.cdp.dfworkload.model.GetCustomPythonConfigurationRequest
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2024-09-27T08:40:28.696-07:00")
public class GetCustomPythonConfigurationRequest
extends Object
Request object for retrieving a custom Python configuration by CRN.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Getter for customPythonConfigurationCrn.Getter for environmentCrn.int
hashCode()
void
setCustomPythonConfigurationCrn
(String customPythonConfigurationCrn) Setter for customPythonConfigurationCrn.void
setEnvironmentCrn
(String environmentCrn) Setter for environmentCrn.toString()
-
Constructor Details
-
GetCustomPythonConfigurationRequest
public GetCustomPythonConfigurationRequest()
-
-
Method Details
-
getEnvironmentCrn
Getter for environmentCrn. The CRN of an environment to execute the command. -
setEnvironmentCrn
Setter for environmentCrn. The CRN of an environment to execute the command. -
getCustomPythonConfigurationCrn
Getter for customPythonConfigurationCrn. The CRN of the custom Python configuration to retrieve. -
setCustomPythonConfigurationCrn
Setter for customPythonConfigurationCrn. The CRN of the custom Python configuration to retrieve. -
equals
-
hashCode
public int hashCode() -
toString
-