SmartGroupsGetByIdHeaders Class

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

public final class SmartGroupsGetByIdHeaders

The SmartGroupsGetByIdHeaders model.

Constructor Summary

Constructor Description
SmartGroupsGetByIdHeaders(HttpHeaders rawHeaders)

Creates an instance of SmartGroupsGetByIdHeaders class.

Method Summary

Modifier and Type Method and Description
void validate()

Validates the instance.

SmartGroupsGetByIdHeaders 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

SmartGroupsGetByIdHeaders

public SmartGroupsGetByIdHeaders(HttpHeaders rawHeaders)

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

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

Parameters:

xMsRequestId - the xMsRequestId value to set.

Returns:

the SmartGroupsGetByIdHeaders object itself.

xMsRequestId

public String xMsRequestId()

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

Returns:

the xMsRequestId value.

Applies to