Class DeleteCustomPythonConfigurationRequest
java.lang.Object
com.cloudera.cdp.dfworkload.model.DeleteCustomPythonConfigurationRequest
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2024-09-27T08:40:28.696-07:00")
public class DeleteCustomPythonConfigurationRequest
extends Object
Request object for deleting a custom Python configuration by CRN.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Getter for configurationVersion.Getter for customPythonConfigurationCrn.Getter for environmentCrn.int
hashCode()
void
setConfigurationVersion
(Integer configurationVersion) Setter for configurationVersion.void
setCustomPythonConfigurationCrn
(String customPythonConfigurationCrn) Setter for customPythonConfigurationCrn.void
setEnvironmentCrn
(String environmentCrn) Setter for environmentCrn.toString()
-
Constructor Details
-
DeleteCustomPythonConfigurationRequest
public DeleteCustomPythonConfigurationRequest()
-
-
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 delete. -
setCustomPythonConfigurationCrn
Setter for customPythonConfigurationCrn. The CRN of the custom Python configuration to delete. -
getConfigurationVersion
Getter for configurationVersion. The version of the configuration -
setConfigurationVersion
Setter for configurationVersion. The version of the configuration -
equals
-
hashCode
public int hashCode() -
toString
-