Class NetworkRuleSetListResult
- java.lang.Object
-
- com.azure.resourcemanager.servicebus.models.NetworkRuleSetListResult
-
public final class NetworkRuleSetListResult extends Object
The response of the List NetworkRuleSet operation.
-
-
Constructor Summary
Constructors Constructor Description NetworkRuleSetListResult()
-
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<NetworkRuleSetInner>value()Get the value property: Result of the List NetworkRuleSet operation.NetworkRuleSetListResultwithNextLink(String nextLink)Set the nextLink property: Link to the next set of results.NetworkRuleSetListResultwithValue(List<NetworkRuleSetInner> value)Set the value property: Result of the List NetworkRuleSet operation.
-
-
-
Method Detail
-
value
public List<NetworkRuleSetInner> value()
Get the value property: Result of the List NetworkRuleSet operation.- Returns:
- the value value.
-
withValue
public NetworkRuleSetListResult withValue(List<NetworkRuleSetInner> value)
Set the value property: Result of the List NetworkRuleSet operation.- Parameters:
value- the value value to set.- Returns:
- the NetworkRuleSetListResult 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 NetworkRuleSet.- Returns:
- the nextLink value.
-
withNextLink
public NetworkRuleSetListResult withNextLink(String nextLink)
Set the nextLink property: Link to the next set of results. Not empty if Value contains incomplete list of NetworkRuleSet.- Parameters:
nextLink- the nextLink value to set.- Returns:
- the NetworkRuleSetListResult object itself.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
-