Class OpenShiftManagedClusterListResult
- java.lang.Object
-
- com.azure.resourcemanager.containerservice.models.OpenShiftManagedClusterListResult
-
public final class OpenShiftManagedClusterListResult extends Object
The response from the List OpenShift Managed Clusters operation.
-
-
Constructor Summary
Constructors Constructor Description OpenShiftManagedClusterListResult()
-
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 OpenShift managed cluster results.voidvalidate()Validates the instance.List<OpenShiftManagedClusterInner>value()Get the value property: The list of OpenShift managed clusters.OpenShiftManagedClusterListResultwithValue(List<OpenShiftManagedClusterInner> value)Set the value property: The list of OpenShift managed clusters.
-
-
-
Method Detail
-
value
public List<OpenShiftManagedClusterInner> value()
Get the value property: The list of OpenShift managed clusters.- Returns:
- the value value.
-
withValue
public OpenShiftManagedClusterListResult withValue(List<OpenShiftManagedClusterInner> value)
Set the value property: The list of OpenShift managed clusters.- Parameters:
value- the value value to set.- Returns:
- the OpenShiftManagedClusterListResult object itself.
-
nextLink
public String nextLink()
Get the nextLink property: The URL to get the next set of OpenShift managed cluster results.- Returns:
- the nextLink value.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
-