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

public final class SettingListInner extends Object
List of all the settings.
  • Constructor Details

    • SettingListInner

      public SettingListInner()
  • Method Details

    • value

      public List<SettingsInner> value()
      Get the value property: Array of settings.
      Returns:
      the value value.
    • withValue

      public SettingListInner withValue(List<SettingsInner> value)
      Set the value property: Array of settings.
      Parameters:
      value - the value value to set.
      Returns:
      the SettingListInner object itself.
    • validate

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