Class DeleteEnvironmentRequest

java.lang.Object
com.cloudera.cdp.environments.model.DeleteEnvironmentRequest

@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2024-09-27T08:40:26.724-07:00") public class DeleteEnvironmentRequest extends Object
Request object for a delete environment request.
  • Constructor Details

    • DeleteEnvironmentRequest

      public DeleteEnvironmentRequest()
  • Method Details

    • getEnvironmentName

      public String getEnvironmentName()
      Getter for environmentName. The name or CRN of the environment.
    • setEnvironmentName

      public void setEnvironmentName(String environmentName)
      Setter for environmentName. The name or CRN of the environment.
    • getCascading

      public Boolean getCascading()
      Getter for cascading. Delete all connected resources too.
    • setCascading

      public void setCascading(Boolean cascading)
      Setter for cascading. Delete all connected resources too.
    • getForced

      public Boolean getForced()
      Getter for forced. Force delete action removes CDP resources and may leave cloud provider resources running even if the deletion did not succeed.
    • setForced

      public void setForced(Boolean forced)
      Setter for forced. Force delete action removes CDP resources and may leave cloud provider resources running even if the deletion did not succeed.
    • 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