Class EffectiveNetworkSecurityGroupListResultInner
- java.lang.Object
-
- com.azure.resourcemanager.network.fluent.models.EffectiveNetworkSecurityGroupListResultInner
-
public final class EffectiveNetworkSecurityGroupListResultInner extends Object
Response for list effective network security groups API service call.
-
-
Constructor Summary
Constructors Constructor Description EffectiveNetworkSecurityGroupListResultInner()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringnextLink()Get the nextLink property: The URL to get the next set of results.voidvalidate()Validates the instance.List<EffectiveNetworkSecurityGroup>value()Get the value property: A list of effective network security groups.EffectiveNetworkSecurityGroupListResultInnerwithValue(List<EffectiveNetworkSecurityGroup> value)Set the value property: A list of effective network security groups.
-
-
-
Method Detail
-
value
public List<EffectiveNetworkSecurityGroup> value()
Get the value property: A list of effective network security groups.- Returns:
- the value value.
-
withValue
public EffectiveNetworkSecurityGroupListResultInner withValue(List<EffectiveNetworkSecurityGroup> value)
Set the value property: A list of effective network security groups.- Parameters:
value- the value value to set.- Returns:
- the EffectiveNetworkSecurityGroupListResultInner object itself.
-
nextLink
public String nextLink()
Get the nextLink property: The URL to get the next set of results.- Returns:
- the nextLink value.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
-