Class ServerBackupListResult

java.lang.Object
com.azure.resourcemanager.mysqlflexibleserver.models.ServerBackupListResult

public final class ServerBackupListResult extends Object
A list of server backups.
  • Constructor Details

    • ServerBackupListResult

      public ServerBackupListResult()
      Creates an instance of ServerBackupListResult class.
  • Method Details

    • value

      public List<ServerBackupInner> value()
      Get the value property: The list of backups of a server.
      Returns:
      the value value.
    • withValue

      public ServerBackupListResult withValue(List<ServerBackupInner> value)
      Set the value property: The list of backups of a server.
      Parameters:
      value - the value value to set.
      Returns:
      the ServerBackupListResult object itself.
    • nextLink

      public String nextLink()
      Get the nextLink property: The link used to get the next page of operations.
      Returns:
      the nextLink value.
    • withNextLink

      public ServerBackupListResult withNextLink(String nextLink)
      Set the nextLink property: The link used to get the next page of operations.
      Parameters:
      nextLink - the nextLink value to set.
      Returns:
      the ServerBackupListResult object itself.
    • validate

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