public final class ManagedRuleSetDefinitionList extends Object
| Constructor and Description |
|---|
ManagedRuleSetDefinitionList() |
| Modifier and Type | Method and Description |
|---|---|
String |
nextLink()
Get the nextLink property: URL to retrieve next set of managed rule set definitions.
|
void |
validate()
Validates the instance.
|
List<ManagedRuleSetDefinitionInner> |
value()
Get the value property: List of managed rule set definitions.
|
ManagedRuleSetDefinitionList |
withNextLink(String nextLink)
Set the nextLink property: URL to retrieve next set of managed rule set definitions.
|
public List<ManagedRuleSetDefinitionInner> value()
public String nextLink()
public ManagedRuleSetDefinitionList withNextLink(String nextLink)
nextLink - the nextLink value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2020 Microsoft Corporation. All rights reserved.