Class SnapshotListResult
- java.lang.Object
-
- com.azure.resourcemanager.containerservice.models.SnapshotListResult
-
public final class SnapshotListResult extends Object
The response from the List Snapshots operation.
-
-
Constructor Summary
Constructors Constructor Description SnapshotListResult()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringnextLink()Get the nextLink property: The URL to get the next set of snapshot results.voidvalidate()Validates the instance.List<SnapshotInner>value()Get the value property: The list of snapshots.SnapshotListResultwithValue(List<SnapshotInner> value)Set the value property: The list of snapshots.
-
-
-
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.
-
-