Class AssociationListResult

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

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

    • AssociationListResult

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

    • value

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

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

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

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

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