Class CancelTrustResponse

java.lang.Object
com.cloudera.cdp.client.BaseResponse
com.cloudera.cdp.client.CdpResponse
com.cloudera.cdp.environments.model.CancelTrustResponse

@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2026-03-25T09:53:05.855-07:00") public class CancelTrustResponse extends CdpResponse
Response object to cancel an existing trust.
  • Constructor Details

    • CancelTrustResponse

      public CancelTrustResponse()
  • Method Details

    • getFlowId

      public String getFlowId()
      Getter for flowId. Flow ID of the trust cancel flow.
    • setFlowId

      public void setFlowId(String flowId)
      Setter for flowId. Flow ID of the trust cancel flow.
    • getOperationId

      public String getOperationId()
      Getter for operationId. Unique operation ID assigned to this command execution. Use this identifier with 'get-operation' to track status and retrieve detailed results.
    • setOperationId

      public void setOperationId(String operationId)
      Setter for operationId. Unique operation ID assigned to this command execution. Use this identifier with 'get-operation' to track status and retrieve detailed results.
    • 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