Class ListVirtualWansResult
- java.lang.Object
-
- com.azure.resourcemanager.network.models.ListVirtualWansResult
-
public final class ListVirtualWansResult extends Object
Result of the request to list VirtualWANs. It contains a list of VirtualWANs and a URL nextLink to get the next set of results.
-
-
Constructor Summary
Constructors Constructor Description ListVirtualWansResult()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringnextLink()Get the nextLink property: URL to get the next set of operation list results if there are any.voidvalidate()Validates the instance.List<VirtualWanInner>value()Get the value property: List of VirtualWANs.ListVirtualWansResultwithNextLink(String nextLink)Set the nextLink property: URL to get the next set of operation list results if there are any.ListVirtualWansResultwithValue(List<VirtualWanInner> value)Set the value property: List of VirtualWANs.
-
-
-
Method Detail
-
value
public List<VirtualWanInner> value()
Get the value property: List of VirtualWANs.- Returns:
- the value value.
-
withValue
public ListVirtualWansResult withValue(List<VirtualWanInner> value)
Set the value property: List of VirtualWANs.- Parameters:
value- the value value to set.- Returns:
- the ListVirtualWansResult object itself.
-
nextLink
public String nextLink()
Get the nextLink property: URL to get the next set of operation list results if there are any.- Returns:
- the nextLink value.
-
withNextLink
public ListVirtualWansResult withNextLink(String nextLink)
Set the nextLink property: URL to get the next set of operation list results if there are any.- Parameters:
nextLink- the nextLink value to set.- Returns:
- the ListVirtualWansResult object itself.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
-