GovernanceRulesOperationResultsHeaders Class

  • java.lang.Object
    • com.azure.resourcemanager.security.models.GovernanceRulesOperationResultsHeaders

public final class GovernanceRulesOperationResultsHeaders

The GovernanceRulesOperationResultsHeaders model.

Constructor Summary

Constructor Description
GovernanceRulesOperationResultsHeaders(HttpHeaders rawHeaders)

Creates an instance of GovernanceRulesOperationResultsHeaders class.

Method Summary

Modifier and Type Method and Description
String location()

Get the location property: The location property.

void validate()

Validates the instance.

GovernanceRulesOperationResultsHeaders withLocation(String location)

Set the location property: The location property.

Methods inherited from java.lang.Object

Constructor Details

GovernanceRulesOperationResultsHeaders

public GovernanceRulesOperationResultsHeaders(HttpHeaders rawHeaders)

Creates an instance of GovernanceRulesOperationResultsHeaders class.

Parameters:

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

Method Details

location

public String location()

Get the location property: The location property.

Returns:

the location value.

validate

public void validate()

Validates the instance.

withLocation

public GovernanceRulesOperationResultsHeaders withLocation(String location)

Set the location property: The location property.

Parameters:

location - the location value to set.

Returns:

the GovernanceRulesOperationResultsHeaders object itself.

Applies to