Class ResourceSkuListResult

java.lang.Object
com.azure.resourcemanager.cognitiveservices.models.ResourceSkuListResult

public final class ResourceSkuListResult extends Object
The Get Skus operation response.
  • Constructor Details

    • ResourceSkuListResult

      public ResourceSkuListResult()
  • Method Details

    • value

      public List<ResourceSkuInner> value()
      Get the value property: The list of skus available for the subscription.
      Returns:
      the value value.
    • withValue

      public ResourceSkuListResult withValue(List<ResourceSkuInner> value)
      Set the value property: The list of skus available for the subscription.
      Parameters:
      value - the value value to set.
      Returns:
      the ResourceSkuListResult object itself.
    • nextLink

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

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

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