Class IntegrationRuntimeListResponse

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

public final class IntegrationRuntimeListResponse extends Object
A list of integration runtime resources.
  • Constructor Details

    • IntegrationRuntimeListResponse

      public IntegrationRuntimeListResponse()
  • Method Details

    • getValue

      public List<IntegrationRuntimeResource> getValue()
      Get the value property: List of integration runtimes.
      Returns:
      the value value.
    • setValue

      Set the value property: List of integration runtimes.
      Parameters:
      value - the value value to set.
      Returns:
      the IntegrationRuntimeListResponse object itself.
    • getNextLink

      public String getNextLink()
      Get the nextLink property: The link to the next page of results, if any remaining results exist.
      Returns:
      the nextLink value.
    • setNextLink

      public IntegrationRuntimeListResponse setNextLink(String nextLink)
      Set the nextLink property: The link to the next page of results, if any remaining results exist.
      Parameters:
      nextLink - the nextLink value to set.
      Returns:
      the IntegrationRuntimeListResponse object itself.