Class ManagedClusterListResult


  • public final class ManagedClusterListResult
    extends Object
    The response from the List Managed Clusters operation.
    • Constructor Detail

      • ManagedClusterListResult

        public ManagedClusterListResult()
    • Method Detail

      • value

        public List<ManagedClusterInner> value()
        Get the value property: The list of managed clusters.
        Returns:
        the value value.
      • withValue

        public ManagedClusterListResult withValue​(List<ManagedClusterInner> value)
        Set the value property: The list of managed clusters.
        Parameters:
        value - the value value to set.
        Returns:
        the ManagedClusterListResult object itself.
      • nextLink

        public String nextLink()
        Get the nextLink property: The URL to get the next set of managed cluster results.
        Returns:
        the nextLink value.
      • validate

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