Class PolicyExemptionListResult
- java.lang.Object
-
- com.azure.resourcemanager.resources.models.PolicyExemptionListResult
-
public final class PolicyExemptionListResult extends Object
List of policy exemptions.
-
-
Constructor Summary
Constructors Constructor Description PolicyExemptionListResult()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringnextLink()Get the nextLink property: The URL to use for getting the next set of results.voidvalidate()Validates the instance.List<PolicyExemptionInner>value()Get the value property: An array of policy exemptions.PolicyExemptionListResultwithValue(List<PolicyExemptionInner> value)Set the value property: An array of policy exemptions.
-
-
-
Method Detail
-
value
public List<PolicyExemptionInner> value()
Get the value property: An array of policy exemptions.- Returns:
- the value value.
-
withValue
public PolicyExemptionListResult withValue(List<PolicyExemptionInner> value)
Set the value property: An array of policy exemptions.- Parameters:
value- the value value to set.- Returns:
- the PolicyExemptionListResult object itself.
-
nextLink
public String nextLink()
Get the nextLink property: The URL to use for getting 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.
-
-