Class EventSourceListResponseInner

java.lang.Object
com.azure.resourcemanager.timeseriesinsights.fluent.models.EventSourceListResponseInner

public final class EventSourceListResponseInner extends Object
The response of the List EventSources operation.
  • Constructor Details

    • EventSourceListResponseInner

      public EventSourceListResponseInner()
      Creates an instance of EventSourceListResponseInner class.
  • Method Details

    • value

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

      Set the value property: Result of the List EventSources operation.
      Parameters:
      value - the value value to set.
      Returns:
      the EventSourceListResponseInner object itself.
    • validate

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