Class OutboundEndpointListResult


  • public final class OutboundEndpointListResult
    extends Object
    The response to an enumeration operation on outbound endpoints for a DNS resolver.
    • Constructor Detail

      • OutboundEndpointListResult

        public OutboundEndpointListResult()
    • Method Detail

      • value

        public List<OutboundEndpointInner> value()
        Get the value property: Enumeration of the outbound endpoints for a DNS resolver.
        Returns:
        the value value.
      • withValue

        public OutboundEndpointListResult withValue​(List<OutboundEndpointInner> value)
        Set the value property: Enumeration of the outbound endpoints for a DNS resolver.
        Parameters:
        value - the value value to set.
        Returns:
        the OutboundEndpointListResult object itself.
      • nextLink

        public String nextLink()
        Get the nextLink property: The continuation token for the next page of results.
        Returns:
        the nextLink value.
      • validate

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