public class UpdateWebACLRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
UpdateWebACLRequest() |
| Modifier and Type | Method and Description |
|---|---|
UpdateWebACLRequest |
clone()
Creates a shallow clone of this request.
|
boolean |
equals(Object obj) |
String |
getChangeToken()
The value returned by the most recent call to GetChangeToken.
|
WafAction |
getDefaultAction() |
List<WebACLUpdate> |
getUpdates()
An array of updates to make to the WebACL.
|
String |
getWebACLId()
The
WebACLId of the WebACL that you want to update. |
int |
hashCode() |
void |
setChangeToken(String changeToken)
The value returned by the most recent call to GetChangeToken.
|
void |
setDefaultAction(WafAction defaultAction) |
void |
setUpdates(Collection<WebACLUpdate> updates)
An array of updates to make to the WebACL.
|
void |
setWebACLId(String webACLId)
The
WebACLId of the WebACL that you want to update. |
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
UpdateWebACLRequest |
withChangeToken(String changeToken)
The value returned by the most recent call to GetChangeToken.
|
UpdateWebACLRequest |
withDefaultAction(WafAction defaultAction) |
UpdateWebACLRequest |
withUpdates(Collection<WebACLUpdate> updates)
An array of updates to make to the WebACL.
|
UpdateWebACLRequest |
withUpdates(WebACLUpdate... updates)
An array of updates to make to the WebACL.
|
UpdateWebACLRequest |
withWebACLId(String webACLId)
The
WebACLId of the WebACL that you want to update. |
getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic void setWebACLId(String webACLId)
The WebACLId of the WebACL that you want to update.
WebACLId is returned by CreateWebACL and by
ListWebACLs.
webACLId - The WebACLId of the WebACL that you want to
update. WebACLId is returned by CreateWebACL
and by ListWebACLs.public String getWebACLId()
The WebACLId of the WebACL that you want to update.
WebACLId is returned by CreateWebACL and by
ListWebACLs.
WebACLId of the WebACL that you want to
update. WebACLId is returned by CreateWebACL
and by ListWebACLs.public UpdateWebACLRequest withWebACLId(String webACLId)
The WebACLId of the WebACL that you want to update.
WebACLId is returned by CreateWebACL and by
ListWebACLs.
webACLId - The WebACLId of the WebACL that you want to
update. WebACLId is returned by CreateWebACL
and by ListWebACLs.public void setChangeToken(String changeToken)
The value returned by the most recent call to GetChangeToken.
changeToken - The value returned by the most recent call to
GetChangeToken.public String getChangeToken()
The value returned by the most recent call to GetChangeToken.
public UpdateWebACLRequest withChangeToken(String changeToken)
The value returned by the most recent call to GetChangeToken.
changeToken - The value returned by the most recent call to
GetChangeToken.public List<WebACLUpdate> getUpdates()
An array of updates to make to the WebACL.
An array of WebACLUpdate objects that you want to insert
into or delete from a WebACL. For more information, see the
applicable data types:
Action and
ActivatedRuleAction,
Priority, and RuleIdType
An array of WebACLUpdate objects that you want to
insert into or delete from a WebACL. For more information,
see the applicable data types:
Action and
ActivatedRuleAction,
Priority, and RuleIdTypepublic void setUpdates(Collection<WebACLUpdate> updates)
An array of updates to make to the WebACL.
An array of WebACLUpdate objects that you want to insert
into or delete from a WebACL. For more information, see the
applicable data types:
Action and
ActivatedRuleAction,
Priority, and RuleIdTypeupdates - An array of updates to make to the WebACL.
An array of WebACLUpdate objects that you want to
insert into or delete from a WebACL. For more information,
see the applicable data types:
Action and
ActivatedRuleAction,
Priority, and RuleIdTypepublic UpdateWebACLRequest withUpdates(WebACLUpdate... updates)
An array of updates to make to the WebACL.
An array of WebACLUpdate objects that you want to insert
into or delete from a WebACL. For more information, see the
applicable data types:
Action and
ActivatedRuleAction,
Priority, and RuleIdType
NOTE: This method appends the values to the existing list (if
any). Use setUpdates(java.util.Collection) or
withUpdates(java.util.Collection) if you want to override the
existing values.
updates - An array of updates to make to the WebACL.
An array of WebACLUpdate objects that you want to
insert into or delete from a WebACL. For more information,
see the applicable data types:
Action and
ActivatedRuleAction,
Priority, and RuleIdTypepublic UpdateWebACLRequest withUpdates(Collection<WebACLUpdate> updates)
An array of updates to make to the WebACL.
An array of WebACLUpdate objects that you want to insert
into or delete from a WebACL. For more information, see the
applicable data types:
Action and
ActivatedRuleAction,
Priority, and RuleIdTypeupdates - An array of updates to make to the WebACL.
An array of WebACLUpdate objects that you want to
insert into or delete from a WebACL. For more information,
see the applicable data types:
Action and
ActivatedRuleAction,
Priority, and RuleIdTypepublic void setDefaultAction(WafAction defaultAction)
defaultAction - public WafAction getDefaultAction()
public UpdateWebACLRequest withDefaultAction(WafAction defaultAction)
defaultAction - public String toString()
toString in class ObjectObject.toString()public UpdateWebACLRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.