Class RunbookDraftUndoEditResultInner
java.lang.Object
com.azure.resourcemanager.automation.fluent.models.RunbookDraftUndoEditResultInner
The response model for the undo edit runbook operation.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet the requestId property: The requestId property.Get the statusCode property: The statusCode property.void
validate()
Validates the instance.withRequestId
(String requestId) Set the requestId property: The requestId property.withStatusCode
(HttpStatusCode statusCode) Set the statusCode property: The statusCode property.
-
Constructor Details
-
RunbookDraftUndoEditResultInner
public RunbookDraftUndoEditResultInner()
-
-
Method Details
-
statusCode
Get the statusCode property: The statusCode property.- Returns:
- the statusCode value.
-
withStatusCode
Set the statusCode property: The statusCode property.- Parameters:
statusCode
- the statusCode value to set.- Returns:
- the RunbookDraftUndoEditResultInner object itself.
-
requestId
Get the requestId property: The requestId property.- Returns:
- the requestId value.
-
withRequestId
Set the requestId property: The requestId property.- Parameters:
requestId
- the requestId value to set.- Returns:
- the RunbookDraftUndoEditResultInner object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-