Class AutomationRuleBooleanCondition
java.lang.Object
com.azure.resourcemanager.securityinsights.models.AutomationRuleBooleanCondition
The AutomationRuleBooleanCondition model.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet the innerConditions property: The innerConditions property.operator()
Get the operator property: The operator property.void
validate()
Validates the instance.withInnerConditions
(List<AutomationRuleCondition> innerConditions) Set the innerConditions property: The innerConditions property.Set the operator property: The operator property.
-
Constructor Details
-
AutomationRuleBooleanCondition
public AutomationRuleBooleanCondition()
-
-
Method Details
-
operator
Get the operator property: The operator property.- Returns:
- the operator value.
-
withOperator
public AutomationRuleBooleanCondition withOperator(AutomationRuleBooleanConditionSupportedOperator operator) Set the operator property: The operator property.- Parameters:
operator
- the operator value to set.- Returns:
- the AutomationRuleBooleanCondition object itself.
-
innerConditions
Get the innerConditions property: The innerConditions property.- Returns:
- the innerConditions value.
-
withInnerConditions
public AutomationRuleBooleanCondition withInnerConditions(List<AutomationRuleCondition> innerConditions) Set the innerConditions property: The innerConditions property.- Parameters:
innerConditions
- the innerConditions value to set.- Returns:
- the AutomationRuleBooleanCondition object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-