Class PaginatedComputeResourcesList


  • public final class PaginatedComputeResourcesList
    extends Object
    Paginated list of Machine Learning compute objects wrapped in ARM resource envelope.
    • Constructor Detail

      • PaginatedComputeResourcesList

        public PaginatedComputeResourcesList()
    • Method Detail

      • value

        public List<ComputeResourceInner> value()
        Get the value property: An array of Machine Learning compute objects wrapped in ARM resource envelope.
        Returns:
        the value value.
      • withValue

        public PaginatedComputeResourcesList withValue​(List<ComputeResourceInner> value)
        Set the value property: An array of Machine Learning compute objects wrapped in ARM resource envelope.
        Parameters:
        value - the value value to set.
        Returns:
        the PaginatedComputeResourcesList object itself.
      • nextLink

        public String nextLink()
        Get the nextLink property: A continuation link (absolute URI) to the next page of results in the list.
        Returns:
        the nextLink value.
      • withNextLink

        public PaginatedComputeResourcesList withNextLink​(String nextLink)
        Set the nextLink property: A continuation link (absolute URI) to the next page of results in the list.
        Parameters:
        nextLink - the nextLink value to set.
        Returns:
        the PaginatedComputeResourcesList object itself.
      • validate

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