Class SmartGroupsList

java.lang.Object
com.azure.resourcemanager.alertsmanagement.models.SmartGroupsList

public final class SmartGroupsList extends Object
List the alerts.
  • Constructor Details

    • SmartGroupsList

      public SmartGroupsList()
  • Method Details

    • nextLink

      public String nextLink()
      Get the nextLink property: URL to fetch the next set of alerts.
      Returns:
      the nextLink value.
    • withNextLink

      public SmartGroupsList withNextLink(String nextLink)
      Set the nextLink property: URL to fetch the next set of alerts.
      Parameters:
      nextLink - the nextLink value to set.
      Returns:
      the SmartGroupsList object itself.
    • value

      public List<SmartGroupInner> value()
      Get the value property: List of alerts.
      Returns:
      the value value.
    • withValue

      public SmartGroupsList withValue(List<SmartGroupInner> value)
      Set the value property: List of alerts.
      Parameters:
      value - the value value to set.
      Returns:
      the SmartGroupsList object itself.
    • validate

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