Class ManagedRuleSetDefinitionList
java.lang.Object
com.azure.resourcemanager.cdn.models.ManagedRuleSetDefinitionList
List of managed rule set definitions available for use in a policy.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionnextLink()Get the nextLink property: URL to retrieve next set of managed rule set definitions.voidvalidate()Validates the instance.value()Get the value property: List of managed rule set definitions.withNextLink(String nextLink) Set the nextLink property: URL to retrieve next set of managed rule set definitions.
-
Constructor Details
-
ManagedRuleSetDefinitionList
public ManagedRuleSetDefinitionList()
-
-
Method Details
-
value
Get the value property: List of managed rule set definitions.- Returns:
- the value value.
-
nextLink
Get the nextLink property: URL to retrieve next set of managed rule set definitions.- Returns:
- the nextLink value.
-
withNextLink
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.
-