Class BackupsList

java.lang.Object
com.azure.resourcemanager.netapp.models.BackupsList

public final class BackupsList extends Object
List of Backups.
  • Constructor Details

    • BackupsList

      public BackupsList()
  • Method Details

    • value

      public List<BackupInner> value()
      Get the value property: A list of Backups.
      Returns:
      the value value.
    • withValue

      public BackupsList withValue(List<BackupInner> value)
      Set the value property: A list of Backups.
      Parameters:
      value - the value value to set.
      Returns:
      the BackupsList object itself.
    • validate

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