Class ControllerList

java.lang.Object
com.azure.resourcemanager.devspaces.models.ControllerList

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

    • ControllerList

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

    • value

      public List<ControllerInner> value()
      Get the value property: List of Azure Dev Spaces Controllers.
      Returns:
      the value value.
    • withValue

      public ControllerList withValue(List<ControllerInner> value)
      Set the value property: List of Azure Dev Spaces Controllers.
      Parameters:
      value - the value value to set.
      Returns:
      the ControllerList object itself.
    • nextLink

      public String nextLink()
      Get the nextLink property: The URI that can be used to request the next page for list of Azure Dev Spaces Controllers.
      Returns:
      the nextLink value.
    • validate

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