Class EHNamespaceListResult

java.lang.Object
com.azure.resourcemanager.eventhubs.models.EHNamespaceListResult

public final class EHNamespaceListResult extends Object
The response of the List Namespace operation.
  • Constructor Details

    • EHNamespaceListResult

      public EHNamespaceListResult()
  • Method Details

    • value

      public List<EHNamespaceInner> value()
      Get the value property: Result of the List Namespace operation.
      Returns:
      the value value.
    • withValue

      public EHNamespaceListResult withValue(List<EHNamespaceInner> value)
      Set the value property: Result of the List Namespace operation.
      Parameters:
      value - the value value to set.
      Returns:
      the EHNamespaceListResult object itself.
    • nextLink

      public String nextLink()
      Get the nextLink property: Link to the next set of results. Not empty if Value contains incomplete list of namespaces.
      Returns:
      the nextLink value.
    • withNextLink

      public EHNamespaceListResult withNextLink(String nextLink)
      Set the nextLink property: Link to the next set of results. Not empty if Value contains incomplete list of namespaces.
      Parameters:
      nextLink - the nextLink value to set.
      Returns:
      the EHNamespaceListResult object itself.
    • validate

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