Class 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 Detail

      • SecurityPolicyListResult

        public SecurityPolicyListResult()
    • 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.