Class 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 Detail

      • ListVirtualWansResult

        public ListVirtualWansResult()
    • 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.