Class SnapshotListResult


  • public final class SnapshotListResult
    extends Object
    The response from the List Snapshots operation.
    • Constructor Detail

      • SnapshotListResult

        public SnapshotListResult()
    • Method Detail

      • value

        public List<SnapshotInner> value()
        Get the value property: The list of snapshots.
        Returns:
        the value value.
      • withValue

        public SnapshotListResult withValue​(List<SnapshotInner> value)
        Set the value property: The list of snapshots.
        Parameters:
        value - the value value to set.
        Returns:
        the SnapshotListResult object itself.
      • nextLink

        public String nextLink()
        Get the nextLink property: The URL to get the next set of snapshot results.
        Returns:
        the nextLink value.
      • validate

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