Class ActionGroupList
- java.lang.Object
-
- com.azure.resourcemanager.monitor.models.ActionGroupList
-
public final class ActionGroupList extends Object
A list of action groups.
-
-
Constructor Summary
Constructors Constructor Description ActionGroupList()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringnextLink()Get the nextLink property: Provides the link to retrieve the next set of elements.voidvalidate()Validates the instance.List<ActionGroupResourceInner>value()Get the value property: The list of action groups.ActionGroupListwithNextLink(String nextLink)Set the nextLink property: Provides the link to retrieve the next set of elements.ActionGroupListwithValue(List<ActionGroupResourceInner> value)Set the value property: The list of action groups.
-
-
-
Method Detail
-
value
public List<ActionGroupResourceInner> value()
Get the value property: The list of action groups.- Returns:
- the value value.
-
withValue
public ActionGroupList withValue(List<ActionGroupResourceInner> value)
Set the value property: The list of action groups.- Parameters:
value- the value value to set.- Returns:
- the ActionGroupList object itself.
-
nextLink
public String nextLink()
Get the nextLink property: Provides the link to retrieve the next set of elements.- Returns:
- the nextLink value.
-
withNextLink
public ActionGroupList withNextLink(String nextLink)
Set the nextLink property: Provides the link to retrieve the next set of elements.- Parameters:
nextLink- the nextLink value to set.- Returns:
- the ActionGroupList object itself.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
-