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