Class ListClusters
- java.lang.Object
-
- com.azure.resourcemanager.cosmos.models.ListClusters
-
public final class ListClusters extends Object
List of managed Cassandra clusters.
-
-
Constructor Summary
Constructors Constructor Description ListClusters()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidvalidate()Validates the instance.List<ClusterResourceInner>value()Get the value property: Container for the array of clusters.ListClusterswithValue(List<ClusterResourceInner> value)Set the value property: Container for the array of clusters.
-
-
-
Method Detail
-
value
public List<ClusterResourceInner> value()
Get the value property: Container for the array of clusters.- Returns:
- the value value.
-
withValue
public ListClusters withValue(List<ClusterResourceInner> value)
Set the value property: Container for the array of clusters.- Parameters:
value- the value value to set.- Returns:
- the ListClusters object itself.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
-