Class PrivateLinkHubInfoListResult


  • public final class PrivateLinkHubInfoListResult
    extends Object
    List of privateLinkHubs.
    • Constructor Detail

      • PrivateLinkHubInfoListResult

        public PrivateLinkHubInfoListResult()
    • Method Detail

      • nextLink

        public String nextLink()
        Get the nextLink property: Link to the next page of results.
        Returns:
        the nextLink value.
      • withNextLink

        public PrivateLinkHubInfoListResult withNextLink​(String nextLink)
        Set the nextLink property: Link to the next page of results.
        Parameters:
        nextLink - the nextLink value to set.
        Returns:
        the PrivateLinkHubInfoListResult object itself.
      • value

        public List<PrivateLinkHubInner> value()
        Get the value property: List of privateLinkHubs.
        Returns:
        the value value.
      • validate

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