Class FirewallPolicyRuleCollectionGroupListResult
- java.lang.Object
-
- com.azure.resourcemanager.network.models.FirewallPolicyRuleCollectionGroupListResult
-
public final class FirewallPolicyRuleCollectionGroupListResult extends Object
Response for ListFirewallPolicyRuleCollectionGroups API service call.
-
-
Constructor Summary
Constructors Constructor Description FirewallPolicyRuleCollectionGroupListResult()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringnextLink()Get the nextLink property: URL to get the next set of results.voidvalidate()Validates the instance.List<FirewallPolicyRuleCollectionGroupInner>value()Get the value property: List of FirewallPolicyRuleCollectionGroups in a FirewallPolicy.FirewallPolicyRuleCollectionGroupListResultwithNextLink(String nextLink)Set the nextLink property: URL to get the next set of results.FirewallPolicyRuleCollectionGroupListResultwithValue(List<FirewallPolicyRuleCollectionGroupInner> value)Set the value property: List of FirewallPolicyRuleCollectionGroups in a FirewallPolicy.
-
-
-
Method Detail
-
value
public List<FirewallPolicyRuleCollectionGroupInner> value()
Get the value property: List of FirewallPolicyRuleCollectionGroups in a FirewallPolicy.- Returns:
- the value value.
-
withValue
public FirewallPolicyRuleCollectionGroupListResult withValue(List<FirewallPolicyRuleCollectionGroupInner> value)
Set the value property: List of FirewallPolicyRuleCollectionGroups in a FirewallPolicy.- Parameters:
value- the value value to set.- Returns:
- the FirewallPolicyRuleCollectionGroupListResult object itself.
-
nextLink
public String nextLink()
Get the nextLink property: URL to get the next set of results.- Returns:
- the nextLink value.
-
withNextLink
public FirewallPolicyRuleCollectionGroupListResult withNextLink(String nextLink)
Set the nextLink property: URL to get the next set of results.- Parameters:
nextLink- the nextLink value to set.- Returns:
- the FirewallPolicyRuleCollectionGroupListResult object itself.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
-