Class ManagedRuleSetDefinitionList
- java.lang.Object
-
- com.azure.resourcemanager.cdn.models.ManagedRuleSetDefinitionList
-
public final class ManagedRuleSetDefinitionList extends Object
List of managed rule set definitions available for use in a policy.
-
-
Constructor Summary
Constructors Constructor Description ManagedRuleSetDefinitionList()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringnextLink()Get the nextLink property: URL to retrieve next set of managed rule set definitions.voidvalidate()Validates the instance.List<ManagedRuleSetDefinitionInner>value()Get the value property: List of managed rule set definitions.ManagedRuleSetDefinitionListwithNextLink(String nextLink)Set the nextLink property: URL to retrieve next set of managed rule set definitions.
-
-
-
Method Detail
-
value
public List<ManagedRuleSetDefinitionInner> 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.
-
-