Class OperationsResultsGetHeaders
java.lang.Object
com.azure.resourcemanager.apimanagement.models.OperationsResultsGetHeaders
The OperationsResultsGetHeaders model.
-
Constructor Summary
ConstructorsConstructorDescriptionOperationsResultsGetHeaders(com.azure.core.http.HttpHeaders rawHeaders) Creates an instance of OperationsResultsGetHeaders class. -
Method Summary
Modifier and TypeMethodDescriptionlocation()Get the location property: The Location property.voidvalidate()Validates the instance.withLocation(String location) Set the location property: The Location property.
-
Constructor Details
-
OperationsResultsGetHeaders
public OperationsResultsGetHeaders(com.azure.core.http.HttpHeaders rawHeaders) Creates an instance of OperationsResultsGetHeaders class.- Parameters:
rawHeaders- The raw HttpHeaders that will be used to create the property values.
-
-
Method Details
-
location
Get the location property: The Location property.- Returns:
- the location value.
-
withLocation
Set the location property: The Location property.- Parameters:
location- the location value to set.- Returns:
- the OperationsResultsGetHeaders object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-