SmartGroupsChangeStateHeaders Class

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

public final class SmartGroupsChangeStateHeaders

The SmartGroupsChangeStateHeaders model.

Constructor Summary

Constructor Description
SmartGroupsChangeStateHeaders(HttpHeaders rawHeaders)

Creates an instance of SmartGroupsChangeStateHeaders class.

Method Summary

Modifier and Type Method and Description
void validate()

Validates the instance.

SmartGroupsChangeStateHeaders 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

SmartGroupsChangeStateHeaders

public SmartGroupsChangeStateHeaders(HttpHeaders rawHeaders)

Creates an instance of SmartGroupsChangeStateHeaders 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 SmartGroupsChangeStateHeaders withXMsRequestId(String xMsRequestId)

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

Parameters:

xMsRequestId - the xMsRequestId value to set.

Returns:

the SmartGroupsChangeStateHeaders object itself.

xMsRequestId

public String xMsRequestId()

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

Returns:

the xMsRequestId value.

Applies to