Class ManagedRuleSetDefinitionList

java.lang.Object
com.azure.resourcemanager.frontdoor.models.ManagedRuleSetDefinitionList

public final class ManagedRuleSetDefinitionList extends Object
List of managed rule set definitions available for use in a policy.
  • Constructor Details

    • ManagedRuleSetDefinitionList

      public ManagedRuleSetDefinitionList()
      Creates an instance of ManagedRuleSetDefinitionList class.
  • Method Details

    • value

      Get the value property: List of managed rule set definitions.
      Returns:
      the value value.
    • nextLink

      public String nextLink()
      Get the nextLink property: URL to retrieve next set of managed rule set definitions.
      Returns:
      the nextLink value.
    • withNextLink

      public ManagedRuleSetDefinitionList withNextLink(String nextLink)
      Set the nextLink property: URL to retrieve next set of managed rule set definitions.
      Parameters:
      nextLink - the nextLink value to set.
      Returns:
      the ManagedRuleSetDefinitionList object itself.
    • validate

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