Class ManagedRuleSetList


  • public final class ManagedRuleSetList
    extends Object
    Defines the list of managed rule sets for the policy.
    • Constructor Detail

      • ManagedRuleSetList

        public ManagedRuleSetList()
    • Method Detail

      • managedRuleSets

        public List<ManagedRuleSet> managedRuleSets()
        Get the managedRuleSets property: List of rule sets.
        Returns:
        the managedRuleSets value.
      • withManagedRuleSets

        public ManagedRuleSetList withManagedRuleSets​(List<ManagedRuleSet> managedRuleSets)
        Set the managedRuleSets property: List of rule sets.
        Parameters:
        managedRuleSets - the managedRuleSets value to set.
        Returns:
        the ManagedRuleSetList object itself.
      • validate

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