Class IncidentBookmarkListInner
java.lang.Object
com.azure.resourcemanager.securityinsights.fluent.models.IncidentBookmarkListInner
List of incident bookmarks.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
validate()
Validates the instance.value()
Get the value property: Array of incident bookmarks.withValue
(List<HuntingBookmark> value) Set the value property: Array of incident bookmarks.
-
Constructor Details
-
IncidentBookmarkListInner
public IncidentBookmarkListInner()
-
-
Method Details
-
value
Get the value property: Array of incident bookmarks.- Returns:
- the value value.
-
withValue
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.
-