Class DeleteWorkflowResponseInner
java.lang.Object
com.azure.resourcemanager.devhub.fluent.models.DeleteWorkflowResponseInner
delete response if content must be provided on delete operation.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatus()
Get the status property: delete status message.void
validate()
Validates the instance.withStatus
(String status) Set the status property: delete status message.
-
Constructor Details
-
DeleteWorkflowResponseInner
public DeleteWorkflowResponseInner()
-
-
Method Details
-
status
Get the status property: delete status message.- Returns:
- the status value.
-
withStatus
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.
-