Class AlertProcessingRulesListBySubscriptionNextHeaders
java.lang.Object
com.azure.resourcemanager.alertsmanagement.models.AlertProcessingRulesListBySubscriptionNextHeaders
The AlertProcessingRulesListBySubscriptionNextHeaders model.
-
Constructor Summary
ConstructorsConstructorDescriptionAlertProcessingRulesListBySubscriptionNextHeaders
(com.azure.core.http.HttpHeaders rawHeaders) Creates an instance of AlertProcessingRulesListBySubscriptionNextHeaders class. -
Method Summary
Modifier and TypeMethodDescriptionvoid
validate()
Validates the instance.withXMsRequestId
(String xMsRequestId) Set the xMsRequestId property: The x-ms-request-id property.Get the xMsRequestId property: The x-ms-request-id property.
-
Constructor Details
-
AlertProcessingRulesListBySubscriptionNextHeaders
public AlertProcessingRulesListBySubscriptionNextHeaders(com.azure.core.http.HttpHeaders rawHeaders) Creates an instance of AlertProcessingRulesListBySubscriptionNextHeaders class.- Parameters:
rawHeaders
- The raw HttpHeaders that will be used to create the property values.
-
-
Method Details
-
xMsRequestId
Get the xMsRequestId property: The x-ms-request-id property.- Returns:
- the xMsRequestId value.
-
withXMsRequestId
Set the xMsRequestId property: The x-ms-request-id property.- Parameters:
xMsRequestId
- the xMsRequestId value to set.- Returns:
- the AlertProcessingRulesListBySubscriptionNextHeaders object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-