Class AbortAssetUpdateRequestRequest

java.lang.Object
com.cloudera.cdp.dfworkload.model.AbortAssetUpdateRequestRequest

@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2026-03-31T14:25:34.176-07:00") public class AbortAssetUpdateRequestRequest extends Object
Request object for aborting an asset update request
  • Constructor Details

    • AbortAssetUpdateRequestRequest

      public AbortAssetUpdateRequestRequest()
  • Method Details

    • getEnvironmentCrn

      public String getEnvironmentCrn()
      Getter for environmentCrn. The CRN of an environment to execute the command.
    • setEnvironmentCrn

      public void setEnvironmentCrn(String environmentCrn)
      Setter for environmentCrn. The CRN of an environment to execute the command.
    • getDeploymentCrn

      public String getDeploymentCrn()
      Getter for deploymentCrn. The deployment crn.
    • setDeploymentCrn

      public void setDeploymentCrn(String deploymentCrn)
      Setter for deploymentCrn. The deployment crn.
    • getAssetUpdateRequestCrn

      public String getAssetUpdateRequestCrn()
      Getter for assetUpdateRequestCrn. The CRN of the asset update request
    • setAssetUpdateRequestCrn

      public void setAssetUpdateRequestCrn(String assetUpdateRequestCrn)
      Setter for assetUpdateRequestCrn. The CRN of the asset update request
    • getDeployedFlowCrn

      public String getDeployedFlowCrn()
      Getter for deployedFlowCrn. The CRN of the deployed flow. If specified, this is used to validate that the specified asset update request indeed applies to this flow.
    • setDeployedFlowCrn

      public void setDeployedFlowCrn(String deployedFlowCrn)
      Setter for deployedFlowCrn. The CRN of the deployed flow. If specified, this is used to validate that the specified asset update request indeed applies to this flow.
    • 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