Class DataFlowDebugSessionsExecuteCommandHeaders

java.lang.Object
com.azure.analytics.synapse.artifacts.models.DataFlowDebugSessionsExecuteCommandHeaders

public final class DataFlowDebugSessionsExecuteCommandHeaders extends Object
The DataFlowDebugSessionsExecuteCommandHeaders model.
  • Constructor Details

    • DataFlowDebugSessionsExecuteCommandHeaders

      public DataFlowDebugSessionsExecuteCommandHeaders(com.azure.core.http.HttpHeaders rawHeaders)
      Creates an instance of DataFlowDebugSessionsExecuteCommandHeaders class.
      Parameters:
      rawHeaders - The raw HttpHeaders that will be used to create the property values.
  • Method Details

    • getLocation

      public String getLocation()
      Get the location property: The location property.
      Returns:
      the location value.
    • setLocation

      public DataFlowDebugSessionsExecuteCommandHeaders setLocation(String location)
      Set the location property: The location property.
      Parameters:
      location - the location value to set.
      Returns:
      the DataFlowDebugSessionsExecuteCommandHeaders object itself.