Class PrivateLinkResourceListResult


  • public final class PrivateLinkResourceListResult
    extends Object
    The result of a request to list private link resources for a container registry.
    • Constructor Detail

      • PrivateLinkResourceListResult

        public PrivateLinkResourceListResult()
    • Method Detail

      • value

        public List<PrivateLinkResourceInner> value()
        Get the value property: The list of private link resources. Since this list may be incomplete, the nextLink field should be used to request the next list of private link resources.
        Returns:
        the value value.
      • withValue

        public PrivateLinkResourceListResult withValue​(List<PrivateLinkResourceInner> value)
        Set the value property: The list of private link resources. Since this list may be incomplete, the nextLink field should be used to request the next list of private link resources.
        Parameters:
        value - the value value to set.
        Returns:
        the PrivateLinkResourceListResult object itself.
      • nextLink

        public String nextLink()
        Get the nextLink property: The URI that can be used to request the next list of private link resources.
        Returns:
        the nextLink value.
      • withNextLink

        public PrivateLinkResourceListResult withNextLink​(String nextLink)
        Set the nextLink property: The URI that can be used to request the next list of private link resources.
        Parameters:
        nextLink - the nextLink value to set.
        Returns:
        the PrivateLinkResourceListResult object itself.
      • validate

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