Class PrivateLinkResourcesListResultInner

java.lang.Object
com.azure.resourcemanager.eventhubs.fluent.models.PrivateLinkResourcesListResultInner

public final class PrivateLinkResourcesListResultInner extends Object
Result of the List private link resources operation.
  • Constructor Details

    • PrivateLinkResourcesListResultInner

      public PrivateLinkResourcesListResultInner()
  • Method Details

    • value

      public List<PrivateLinkResource> value()
      Get the value property: A collection of private link resources.
      Returns:
      the value value.
    • withValue

      Set the value property: A collection of private link resources.
      Parameters:
      value - the value value to set.
      Returns:
      the PrivateLinkResourcesListResultInner object itself.
    • nextLink

      public String nextLink()
      Get the nextLink property: A link for the next page of private link resources.
      Returns:
      the nextLink value.
    • withNextLink

      public PrivateLinkResourcesListResultInner withNextLink(String nextLink)
      Set the nextLink property: A link for the next page of private link resources.
      Parameters:
      nextLink - the nextLink value to set.
      Returns:
      the PrivateLinkResourcesListResultInner object itself.
    • validate

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