public class WebACLUpdate extends Object implements Serializable, Cloneable
Specifies whether to insert a Rule
into or delete a Rule
from a WebACL
.
Constructor and Description |
---|
WebACLUpdate() |
Modifier and Type | Method and Description |
---|---|
WebACLUpdate |
clone() |
boolean |
equals(Object obj) |
String |
getAction()
Specifies whether to insert a
Rule into or delete a Rule from a WebACL . |
ActivatedRule |
getActivatedRule() |
int |
hashCode() |
void |
setAction(ChangeAction action)
Specifies whether to insert a
Rule into or delete a Rule from a WebACL . |
void |
setAction(String action)
Specifies whether to insert a
Rule into or delete a Rule from a WebACL . |
void |
setActivatedRule(ActivatedRule activatedRule) |
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
WebACLUpdate |
withAction(ChangeAction action)
Specifies whether to insert a
Rule into or delete a Rule from a WebACL . |
WebACLUpdate |
withAction(String action)
Specifies whether to insert a
Rule into or delete a Rule from a WebACL . |
WebACLUpdate |
withActivatedRule(ActivatedRule activatedRule) |
public void setAction(String action)
Specifies whether to insert a Rule
into or delete a Rule
from a WebACL
.
action
- Specifies whether to insert a Rule
into or delete a Rule
from a
WebACL
.ChangeAction
public String getAction()
Specifies whether to insert a Rule
into or delete a Rule
from a WebACL
.
Rule
into or delete a Rule
from a
WebACL
.ChangeAction
public WebACLUpdate withAction(String action)
Specifies whether to insert a Rule
into or delete a Rule
from a WebACL
.
action
- Specifies whether to insert a Rule
into or delete a Rule
from a
WebACL
.ChangeAction
public void setAction(ChangeAction action)
Specifies whether to insert a Rule
into or delete a Rule
from a WebACL
.
action
- Specifies whether to insert a Rule
into or delete a Rule
from a
WebACL
.ChangeAction
public WebACLUpdate withAction(ChangeAction action)
Specifies whether to insert a Rule
into or delete a Rule
from a WebACL
.
action
- Specifies whether to insert a Rule
into or delete a Rule
from a
WebACL
.ChangeAction
public void setActivatedRule(ActivatedRule activatedRule)
activatedRule
- public ActivatedRule getActivatedRule()
public WebACLUpdate withActivatedRule(ActivatedRule activatedRule)
activatedRule
- public String toString()
toString
in class Object
Object.toString()
public WebACLUpdate clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.