Class AccountSkuListResultInner

java.lang.Object
com.azure.resourcemanager.cognitiveservices.fluent.models.AccountSkuListResultInner

public final class AccountSkuListResultInner extends Object
The list of cognitive services accounts operation response.
  • Constructor Details

    • AccountSkuListResultInner

      public AccountSkuListResultInner()
  • Method Details

    • value

      public List<AccountSku> value()
      Get the value property: Gets the list of Cognitive Services accounts and their properties.
      Returns:
      the value value.
    • withValue

      public AccountSkuListResultInner withValue(List<AccountSku> value)
      Set the value property: Gets the list of Cognitive Services accounts and their properties.
      Parameters:
      value - the value value to set.
      Returns:
      the AccountSkuListResultInner object itself.
    • validate

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