Class SecuritySolutionList

java.lang.Object
com.azure.resourcemanager.security.models.SecuritySolutionList

public final class SecuritySolutionList extends Object
The SecuritySolutionList model.
  • Constructor Details

    • SecuritySolutionList

      public SecuritySolutionList()
  • Method Details

    • value

      public List<SecuritySolutionInner> value()
      Get the value property: The value property.
      Returns:
      the value value.
    • withValue

      public SecuritySolutionList withValue(List<SecuritySolutionInner> value)
      Set the value property: The value property.
      Parameters:
      value - the value value to set.
      Returns:
      the SecuritySolutionList object itself.
    • nextLink

      public String nextLink()
      Get the nextLink property: The URI to fetch the next page.
      Returns:
      the nextLink value.
    • validate

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.