Class SnapshotListResult
java.lang.Object
com.azure.resourcemanager.containerservice.models.SnapshotListResult
The response from the List Snapshots operation.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionnextLink()Get the nextLink property: The URL to get the next set of snapshot results.voidvalidate()Validates the instance.value()Get the value property: The list of snapshots.withValue(List<SnapshotInner> value) Set the value property: The list of snapshots.
-
Constructor Details
-
SnapshotListResult
public SnapshotListResult()Creates an instance of SnapshotListResult class.
-
-
Method Details
-
value
Get the value property: The list of snapshots.- Returns:
- the value value.
-
withValue
Set the value property: The list of snapshots.- Parameters:
value- the value value to set.- Returns:
- the SnapshotListResult object itself.
-
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.
-