Class DeleteWorkflowResponseInner

java.lang.Object
com.azure.resourcemanager.devhub.fluent.models.DeleteWorkflowResponseInner

public final class DeleteWorkflowResponseInner extends Object
delete response if content must be provided on delete operation.
  • Constructor Details

    • DeleteWorkflowResponseInner

      public DeleteWorkflowResponseInner()
  • Method Details

    • status

      public String status()
      Get the status property: delete status message.
      Returns:
      the status value.
    • withStatus

      public DeleteWorkflowResponseInner withStatus(String status)
      Set the status property: delete status message.
      Parameters:
      status - the status value to set.
      Returns:
      the DeleteWorkflowResponseInner object itself.
    • validate

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.