Class SnapshotResourceList

java.lang.Object
com.azure.resourcemanager.appcomplianceautomation.models.SnapshotResourceList

public final class SnapshotResourceList extends Object
Object that includes an array of resources and a possible link for next set.
  • Constructor Details

    • SnapshotResourceList

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

    • value

      public List<SnapshotResourceInner> value()
      Get the value property: List of the snapshots.
      Returns:
      the value value.
    • nextLink

      public String nextLink()
      Get the nextLink property: The URL the client should use to fetch the next page (per server side paging). It's null for now, added for future use.
      Returns:
      the nextLink value.
    • withNextLink

      public SnapshotResourceList withNextLink(String nextLink)
      Set the nextLink property: The URL the client should use to fetch the next page (per server side paging). It's null for now, added for future use.
      Parameters:
      nextLink - the nextLink value to set.
      Returns:
      the SnapshotResourceList object itself.
    • validate

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