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()
boolean
Specifies whether to insert aRule
into or delete aRule
from aWebACL
.int
hashCode()
void
setAction
(ChangeAction action) Specifies whether to insert aRule
into or delete aRule
from aWebACL
.void
Specifies whether to insert aRule
into or delete aRule
from aWebACL
.void
setActivatedRule
(ActivatedRule activatedRule) toString()
Returns a string representation of this object; useful for testing and debugging.withAction
(ChangeAction action) Specifies whether to insert aRule
into or delete aRule
from aWebACL
.withAction
(String action) Specifies whether to insert aRule
into or delete aRule
from aWebACL
.withActivatedRule
(ActivatedRule activatedRule)
-
Constructor Details
-
WebACLUpdate
public WebACLUpdate()
-
-
Method Details
-
setAction
Specifies whether to insert a
Rule
into or delete aRule
from aWebACL
.- Parameters:
action
- Specifies whether to insert aRule
into or delete aRule
from aWebACL
.- See Also:
-
getAction
Specifies whether to insert a
Rule
into or delete aRule
from aWebACL
.- Returns:
- Specifies whether to insert a
Rule
into or delete aRule
from aWebACL
. - See Also:
-
withAction
Specifies whether to insert a
Rule
into or delete aRule
from aWebACL
.- Parameters:
action
- Specifies whether to insert aRule
into or delete aRule
from aWebACL
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
setAction
Specifies whether to insert a
Rule
into or delete aRule
from aWebACL
.- Parameters:
action
- Specifies whether to insert aRule
into or delete aRule
from aWebACL
.- See Also:
-
withAction
Specifies whether to insert a
Rule
into or delete aRule
from aWebACL
.- Parameters:
action
- Specifies whether to insert aRule
into or delete aRule
from 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
-