Class ResourcePoolsList

java.lang.Object
com.azure.resourcemanager.connectedvmware.models.ResourcePoolsList

public final class ResourcePoolsList extends Object
List of ResourcePools.
  • Constructor Details

    • ResourcePoolsList

      public ResourcePoolsList()
  • Method Details

    • nextLink

      public String nextLink()
      Get the nextLink property: Url to follow for getting next page of ResourcePools.
      Returns:
      the nextLink value.
    • withNextLink

      public ResourcePoolsList withNextLink(String nextLink)
      Set the nextLink property: Url to follow for getting next page of ResourcePools.
      Parameters:
      nextLink - the nextLink value to set.
      Returns:
      the ResourcePoolsList object itself.
    • value

      public List<ResourcePoolInner> value()
      Get the value property: Array of ResourcePools.
      Returns:
      the value value.
    • withValue

      public ResourcePoolsList withValue(List<ResourcePoolInner> value)
      Set the value property: Array of ResourcePools.
      Parameters:
      value - the value value to set.
      Returns:
      the ResourcePoolsList object itself.
    • validate

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