Class AccountSkuListResultInner


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

      • AccountSkuListResultInner

        public AccountSkuListResultInner()
    • Method Detail

      • 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.