AlertProcessingRulesListBySubscriptionNextHeaders Class

  • java.lang.Object
    • com.azure.resourcemanager.alertsmanagement.models.AlertProcessingRulesListBySubscriptionNextHeaders

public final class AlertProcessingRulesListBySubscriptionNextHeaders

The AlertProcessingRulesListBySubscriptionNextHeaders model.

Constructor Summary

Constructor Description
AlertProcessingRulesListBySubscriptionNextHeaders(HttpHeaders rawHeaders)

Creates an instance of AlertProcessingRulesListBySubscriptionNextHeaders class.

Method Summary

Modifier and Type Method and Description
void validate()

Validates the instance.

AlertProcessingRulesListBySubscriptionNextHeaders withXMsRequestId(String xMsRequestId)

Set the xMsRequestId property: The x-ms-request-id property.

String xMsRequestId()

Get the xMsRequestId property: The x-ms-request-id property.

Methods inherited from java.lang.Object

Constructor Details

AlertProcessingRulesListBySubscriptionNextHeaders

public AlertProcessingRulesListBySubscriptionNextHeaders(HttpHeaders rawHeaders)

Creates an instance of AlertProcessingRulesListBySubscriptionNextHeaders class.

Parameters:

rawHeaders - The raw HttpHeaders that will be used to create the property values.

Method Details

validate

public void validate()

Validates the instance.

withXMsRequestId

public AlertProcessingRulesListBySubscriptionNextHeaders withXMsRequestId(String xMsRequestId)

Set the xMsRequestId property: The x-ms-request-id property.

Parameters:

xMsRequestId - the xMsRequestId value to set.

Returns:

the AlertProcessingRulesListBySubscriptionNextHeaders object itself.

xMsRequestId

public String xMsRequestId()

Get the xMsRequestId property: The x-ms-request-id property.

Returns:

the xMsRequestId value.

Applies to