Class SecurityPolicyListResult
- java.lang.Object
-
- com.azure.resourcemanager.cdn.models.SecurityPolicyListResult
-
public final class SecurityPolicyListResult extends Object
Result of the request to list security policies. It contains a list of security policy objects and a URL link to get the next set of results.
-
-
Constructor Summary
Constructors Constructor Description SecurityPolicyListResult()
-
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 security policy objects if there is any.voidvalidate()Validates the instance.List<SecurityPolicyInner>value()Get the value property: List of Security policies within a profile.SecurityPolicyListResultwithNextLink(String nextLink)Set the nextLink property: URL to get the next set of security policy objects if there is any.
-
-
-
Method Detail
-
value
public List<SecurityPolicyInner> value()
Get the value property: List of Security policies within a profile.- Returns:
- the value value.
-
nextLink
public String nextLink()
Get the nextLink property: URL to get the next set of security policy objects if there is any.- Returns:
- the nextLink value.
-
withNextLink
public SecurityPolicyListResult withNextLink(String nextLink)
Set the nextLink property: URL to get the next set of security policy objects if there is any.- Parameters:
nextLink- the nextLink value to set.- Returns:
- the SecurityPolicyListResult object itself.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
-