Class EventHubListResult


  • public final class EventHubListResult
    extends Object
    The result of the List EventHubs operation.
    • Constructor Detail

      • EventHubListResult

        public EventHubListResult()
    • Method Detail

      • value

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

        public EventHubListResult withValue​(List<EventhubInner> value)
        Set the value property: Result of the List EventHubs operation.
        Parameters:
        value - the value value to set.
        Returns:
        the EventHubListResult 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 EventHubs.
        Returns:
        the nextLink value.
      • validate

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