Class DiskEncryptionSetList
- java.lang.Object
-
- com.azure.resourcemanager.compute.models.DiskEncryptionSetList
-
public final class DiskEncryptionSetList extends Object
The List disk encryption set operation response.
-
-
Constructor Summary
Constructors Constructor Description DiskEncryptionSetList()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringnextLink()Get the nextLink property: The uri to fetch the next page of disk encryption sets.voidvalidate()Validates the instance.List<DiskEncryptionSetInner>value()Get the value property: A list of disk encryption sets.DiskEncryptionSetListwithNextLink(String nextLink)Set the nextLink property: The uri to fetch the next page of disk encryption sets.DiskEncryptionSetListwithValue(List<DiskEncryptionSetInner> value)Set the value property: A list of disk encryption sets.
-
-
-
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.
-
-