Package com.amazonaws.services.waf.model
Class WebACLUpdate
java.lang.Object
com.amazonaws.services.waf.model.WebACLUpdate
- All Implemented Interfaces:
Serializable,Cloneable
Specifies whether to insert a Rule into or delete a
Rule from a WebACL.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()booleanSpecifies whether to insert aRuleinto or delete aRulefrom aWebACL.inthashCode()voidsetAction(ChangeAction action) Specifies whether to insert aRuleinto or delete aRulefrom aWebACL.voidSpecifies whether to insert aRuleinto or delete aRulefrom aWebACL.voidsetActivatedRule(ActivatedRule activatedRule) toString()Returns a string representation of this object; useful for testing and debugging.withAction(ChangeAction action) Specifies whether to insert aRuleinto or delete aRulefrom aWebACL.withAction(String action) Specifies whether to insert aRuleinto or delete aRulefrom aWebACL.withActivatedRule(ActivatedRule activatedRule)
-
Constructor Details
-
WebACLUpdate
public WebACLUpdate()
-
-
Method Details
-
setAction
Specifies whether to insert a
Ruleinto or delete aRulefrom aWebACL.- Parameters:
action- Specifies whether to insert aRuleinto or delete aRulefrom aWebACL.- See Also:
-
getAction
Specifies whether to insert a
Ruleinto or delete aRulefrom aWebACL.- Returns:
- Specifies whether to insert a
Ruleinto or delete aRulefrom aWebACL. - See Also:
-
withAction
Specifies whether to insert a
Ruleinto or delete aRulefrom aWebACL.- Parameters:
action- Specifies whether to insert aRuleinto or delete aRulefrom aWebACL.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
setAction
Specifies whether to insert a
Ruleinto or delete aRulefrom aWebACL.- Parameters:
action- Specifies whether to insert aRuleinto or delete aRulefrom aWebACL.- See Also:
-
withAction
Specifies whether to insert a
Ruleinto or delete aRulefrom aWebACL.- Parameters:
action- Specifies whether to insert aRuleinto or delete aRulefrom aWebACL.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
setActivatedRule
- Parameters:
activatedRule-
-
getActivatedRule
- Returns:
-
withActivatedRule
- Parameters:
activatedRule-- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-