Class CapabilitiesListResult

java.lang.Object
com.azure.resourcemanager.containerinstance.models.CapabilitiesListResult

public final class CapabilitiesListResult extends Object
The response containing list of capabilities.
  • Constructor Details

    • CapabilitiesListResult

      public CapabilitiesListResult()
  • Method Details

    • value

      public List<Capabilities> value()
      Get the value property: The list of capabilities.
      Returns:
      the value value.
    • withValue

      public CapabilitiesListResult withValue(List<Capabilities> value)
      Set the value property: The list of capabilities.
      Parameters:
      value - the value value to set.
      Returns:
      the CapabilitiesListResult object itself.
    • nextLink

      public String nextLink()
      Get the nextLink property: The URI to fetch the next page of capabilities.
      Returns:
      the nextLink value.
    • withNextLink

      public CapabilitiesListResult withNextLink(String nextLink)
      Set the nextLink property: The URI to fetch the next page of capabilities.
      Parameters:
      nextLink - the nextLink value to set.
      Returns:
      the CapabilitiesListResult object itself.
    • validate

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