Class ForwardingRuleListResult


  • public final class ForwardingRuleListResult
    extends Object
    The response to an enumeration operation on forwarding rules within a DNS forwarding ruleset.
    • Constructor Detail

      • ForwardingRuleListResult

        public ForwardingRuleListResult()
    • Method Detail

      • value

        public List<ForwardingRuleInner> value()
        Get the value property: Enumeration of the forwarding rules.
        Returns:
        the value value.
      • withValue

        public ForwardingRuleListResult withValue​(List<ForwardingRuleInner> value)
        Set the value property: Enumeration of the forwarding rules.
        Parameters:
        value - the value value to set.
        Returns:
        the ForwardingRuleListResult 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.