Class DiskEncryptionSetList


  • public final class DiskEncryptionSetList
    extends Object
    The List disk encryption set operation response.
    • Constructor Detail

      • DiskEncryptionSetList

        public DiskEncryptionSetList()
    • Method Detail

      • value

        public List<DiskEncryptionSetInner> value()
        Get the value property: A list of disk encryption sets.
        Returns:
        the value value.
      • withValue

        public DiskEncryptionSetList withValue​(List<DiskEncryptionSetInner> value)
        Set the value property: A list of disk encryption sets.
        Parameters:
        value - the value value to set.
        Returns:
        the DiskEncryptionSetList object itself.
      • nextLink

        public String nextLink()
        Get the nextLink property: The uri to fetch the next page of disk encryption sets. Call ListNext() with this to fetch the next page of disk encryption sets.
        Returns:
        the nextLink value.
      • withNextLink

        public DiskEncryptionSetList withNextLink​(String nextLink)
        Set the nextLink property: The uri to fetch the next page of disk encryption sets. Call ListNext() with this to fetch the next page of disk encryption sets.
        Parameters:
        nextLink - the nextLink value to set.
        Returns:
        the DiskEncryptionSetList object itself.
      • validate

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