Class DeleteCustomPythonConfigurationResponse

java.lang.Object
com.cloudera.cdp.client.BaseResponse
com.cloudera.cdp.client.CdpResponse
com.cloudera.cdp.dfworkload.model.DeleteCustomPythonConfigurationResponse

@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2024-09-27T08:40:28.696-07:00") public class DeleteCustomPythonConfigurationResponse extends CdpResponse
Response object for deleting a custom python configuration.
  • Constructor Details

    • DeleteCustomPythonConfigurationResponse

      public DeleteCustomPythonConfigurationResponse()
  • Method Details

    • getUsername

      public String getUsername()
      Getter for username. The username used to access the storage location
    • setUsername

      public void setUsername(String username)
      Setter for username. The username used to access the storage location
    • getPassword

      public String getPassword()
      Getter for password. The password used to access the storage location
    • setPassword

      public void setPassword(String password)
      Setter for password. The password used to access the storage location
    • getStorageLocation

      public String getStorageLocation()
      Getter for storageLocation. The storage location, such as an S3 bucket or ADLS container
    • setStorageLocation

      public void setStorageLocation(String storageLocation)
      Setter for storageLocation. The storage location, such as an S3 bucket or ADLS container
    • getConfigurationVersion

      public Integer getConfigurationVersion()
      Getter for configurationVersion. The version of the configuration
    • setConfigurationVersion

      public void setConfigurationVersion(Integer configurationVersion)
      Setter for configurationVersion. The version of the configuration
    • getProjectCrn

      public String getProjectCrn()
      Getter for projectCrn. The CRN of the project.
    • setProjectCrn

      public void setProjectCrn(String projectCrn)
      Setter for projectCrn. The CRN of the project.
    • getCrn

      public String getCrn()
      Getter for crn. The CRN of the custom resource configuration to update.
    • setCrn

      public void setCrn(String crn)
      Setter for crn. The CRN of the custom resource configuration to update.
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object