Class EventHubListResult
- java.lang.Object
-
- com.azure.resourcemanager.servicebus.models.EventHubListResult
-
public final class EventHubListResult extends Object
The result of the List EventHubs operation.
-
-
Constructor Summary
Constructors Constructor Description EventHubListResult()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringnextLink()Get the nextLink property: Link to the next set of results.voidvalidate()Validates the instance.List<EventhubInner>value()Get the value property: Result of the List EventHubs operation.EventHubListResultwithValue(List<EventhubInner> value)Set the value property: Result of the List EventHubs operation.
-
-
-
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.
-
-