java.lang.Object
com.azure.resourcemanager.recoveryservices.models.VaultList

public final class VaultList extends Object
The response model for a list of Vaults.
  • Constructor Details

    • VaultList

      public VaultList()
  • Method Details

    • value

      public List<VaultInner> value()
      Get the value property: The value property.
      Returns:
      the value value.
    • withValue

      public VaultList withValue(List<VaultInner> value)
      Set the value property: The value property.
      Parameters:
      value - the value value to set.
      Returns:
      the VaultList object itself.
    • nextLink

      public String nextLink()
      Get the nextLink property: The nextLink property.
      Returns:
      the nextLink value.
    • validate

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