Class OperationsResultsGetHeaders

java.lang.Object
com.azure.resourcemanager.apimanagement.models.OperationsResultsGetHeaders

public final class OperationsResultsGetHeaders extends Object
The OperationsResultsGetHeaders model.
  • 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

      public String location()
      Get the location property: The Location property.
      Returns:
      the location value.
    • withLocation

      public OperationsResultsGetHeaders withLocation(String location)
      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.