Class IncidentBookmarkListInner

java.lang.Object
com.azure.resourcemanager.securityinsights.fluent.models.IncidentBookmarkListInner

public final class IncidentBookmarkListInner extends Object
List of incident bookmarks.
  • Constructor Details

    • IncidentBookmarkListInner

      public IncidentBookmarkListInner()
  • Method Details

    • value

      public List<HuntingBookmark> value()
      Get the value property: Array of incident bookmarks.
      Returns:
      the value value.
    • withValue

      public IncidentBookmarkListInner withValue(List<HuntingBookmark> value)
      Set the value property: Array of incident bookmarks.
      Parameters:
      value - the value value to set.
      Returns:
      the IncidentBookmarkListInner object itself.
    • validate

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