Class ProximityPlacementGroupListResult
- java.lang.Object
-
- com.azure.resourcemanager.compute.models.ProximityPlacementGroupListResult
-
public final class ProximityPlacementGroupListResult extends Object
The List Proximity Placement Group operation response.
-
-
Constructor Summary
Constructors Constructor Description ProximityPlacementGroupListResult()
-
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 proximity placement groups.voidvalidate()Validates the instance.List<ProximityPlacementGroupInner>value()Get the value property: The list of proximity placement groups.ProximityPlacementGroupListResultwithNextLink(String nextLink)Set the nextLink property: The URI to fetch the next page of proximity placement groups.ProximityPlacementGroupListResultwithValue(List<ProximityPlacementGroupInner> value)Set the value property: The list of proximity placement groups.
-
-
-
Method Detail
-
value
public List<ProximityPlacementGroupInner> value()
Get the value property: The list of proximity placement groups.- Returns:
- the value value.
-
withValue
public ProximityPlacementGroupListResult withValue(List<ProximityPlacementGroupInner> value)
Set the value property: The list of proximity placement groups.- Parameters:
value- the value value to set.- Returns:
- the ProximityPlacementGroupListResult object itself.
-
nextLink
public String nextLink()
Get the nextLink property: The URI to fetch the next page of proximity placement groups.- Returns:
- the nextLink value.
-
withNextLink
public ProximityPlacementGroupListResult withNextLink(String nextLink)
Set the nextLink property: The URI to fetch the next page of proximity placement groups.- Parameters:
nextLink- the nextLink value to set.- Returns:
- the ProximityPlacementGroupListResult object itself.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
-