Class FrontendListResult

java.lang.Object
com.azure.resourcemanager.servicenetworking.models.FrontendListResult

public final class FrontendListResult extends Object
The response of a Traffic Controller Frontend list operation.
  • Constructor Details

    • FrontendListResult

      public FrontendListResult()
      Creates an instance of FrontendListResult class.
  • Method Details

    • value

      public List<FrontendInner> value()
      Get the value property: The Frontend items on this page.
      Returns:
      the value value.
    • withValue

      public FrontendListResult withValue(List<FrontendInner> value)
      Set the value property: The Frontend items on this page.
      Parameters:
      value - the value value to set.
      Returns:
      the FrontendListResult object itself.
    • nextLink

      public String nextLink()
      Get the nextLink property: The link to the next page of items.
      Returns:
      the nextLink value.
    • withNextLink

      public FrontendListResult withNextLink(String nextLink)
      Set the nextLink property: The link to the next page of items.
      Parameters:
      nextLink - the nextLink value to set.
      Returns:
      the FrontendListResult object itself.
    • validate

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.