Class ClusterList


  • public final class ClusterList
    extends Object
    The response of a list-all operation.
    • Constructor Detail

      • ClusterList

        public ClusterList()
    • Method Detail

      • value

        public List<ClusterInner> value()
        Get the value property: List of clusters.
        Returns:
        the value value.
      • withValue

        public ClusterList withValue​(List<ClusterInner> value)
        Set the value property: List of clusters.
        Parameters:
        value - the value value to set.
        Returns:
        the ClusterList object itself.
      • nextLink

        public String nextLink()
        Get the nextLink property: The URI to fetch the next page of results.
        Returns:
        the nextLink value.
      • validate

        public void validate()
        Validates the instance.
        Throws:
        IllegalArgumentException - thrown if the instance is not valid.