Class ManagedRuleSetList
- java.lang.Object
-
- com.azure.resourcemanager.cdn.models.ManagedRuleSetList
-
public final class ManagedRuleSetList extends Object
Defines the list of managed rule sets for the policy.
-
-
Constructor Summary
Constructors Constructor Description ManagedRuleSetList()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<ManagedRuleSet>managedRuleSets()Get the managedRuleSets property: List of rule sets.voidvalidate()Validates the instance.ManagedRuleSetListwithManagedRuleSets(List<ManagedRuleSet> managedRuleSets)Set the managedRuleSets property: List of rule sets.
-
-
-
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.
-
-