@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateRuleGroupRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
UpdateRuleGroupRequest() |
| Modifier and Type | Method and Description |
|---|---|
UpdateRuleGroupRequest |
clone() |
boolean |
equals(Object obj) |
String |
getChangeToken()
The value returned by the most recent call to GetChangeToken.
|
String |
getRuleGroupId()
The
RuleGroupId of the RuleGroup that you want to update. |
List<RuleGroupUpdate> |
getUpdates()
An array of
RuleGroupUpdate objects that you want to insert into or delete from a RuleGroup. |
int |
hashCode() |
void |
setChangeToken(String changeToken)
The value returned by the most recent call to GetChangeToken.
|
void |
setRuleGroupId(String ruleGroupId)
The
RuleGroupId of the RuleGroup that you want to update. |
void |
setUpdates(Collection<RuleGroupUpdate> updates)
An array of
RuleGroupUpdate objects that you want to insert into or delete from a RuleGroup. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
UpdateRuleGroupRequest |
withChangeToken(String changeToken)
The value returned by the most recent call to GetChangeToken.
|
UpdateRuleGroupRequest |
withRuleGroupId(String ruleGroupId)
The
RuleGroupId of the RuleGroup that you want to update. |
UpdateRuleGroupRequest |
withUpdates(Collection<RuleGroupUpdate> updates)
An array of
RuleGroupUpdate objects that you want to insert into or delete from a RuleGroup. |
UpdateRuleGroupRequest |
withUpdates(RuleGroupUpdate... updates)
An array of
RuleGroupUpdate objects that you want to insert into or delete from a RuleGroup. |
addHandlerContext, copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic void setRuleGroupId(String ruleGroupId)
The RuleGroupId of the RuleGroup that you want to update. RuleGroupId is
returned by CreateRuleGroup and by ListRuleGroups.
ruleGroupId - The RuleGroupId of the RuleGroup that you want to update. RuleGroupId is
returned by CreateRuleGroup and by ListRuleGroups.public String getRuleGroupId()
The RuleGroupId of the RuleGroup that you want to update. RuleGroupId is
returned by CreateRuleGroup and by ListRuleGroups.
RuleGroupId of the RuleGroup that you want to update. RuleGroupId is
returned by CreateRuleGroup and by ListRuleGroups.public UpdateRuleGroupRequest withRuleGroupId(String ruleGroupId)
The RuleGroupId of the RuleGroup that you want to update. RuleGroupId is
returned by CreateRuleGroup and by ListRuleGroups.
ruleGroupId - The RuleGroupId of the RuleGroup that you want to update. RuleGroupId is
returned by CreateRuleGroup and by ListRuleGroups.public List<RuleGroupUpdate> getUpdates()
An array of RuleGroupUpdate objects that you want to insert into or delete from a RuleGroup.
You can only insert REGULAR rules into a rule group.
The Action data type within ActivatedRule is used only when submitting an
UpdateWebACL request. ActivatedRule|Action is not applicable and therefore not
available for UpdateRuleGroup.
RuleGroupUpdate objects that you want to insert into or delete from a
RuleGroup.
You can only insert REGULAR rules into a rule group.
The Action data type within ActivatedRule is used only when submitting an
UpdateWebACL request. ActivatedRule|Action is not applicable and therefore not
available for UpdateRuleGroup.
public void setUpdates(Collection<RuleGroupUpdate> updates)
An array of RuleGroupUpdate objects that you want to insert into or delete from a RuleGroup.
You can only insert REGULAR rules into a rule group.
The Action data type within ActivatedRule is used only when submitting an
UpdateWebACL request. ActivatedRule|Action is not applicable and therefore not
available for UpdateRuleGroup.
updates - An array of RuleGroupUpdate objects that you want to insert into or delete from a
RuleGroup.
You can only insert REGULAR rules into a rule group.
The Action data type within ActivatedRule is used only when submitting an
UpdateWebACL request. ActivatedRule|Action is not applicable and therefore not
available for UpdateRuleGroup.
public UpdateRuleGroupRequest withUpdates(RuleGroupUpdate... updates)
An array of RuleGroupUpdate objects that you want to insert into or delete from a RuleGroup.
You can only insert REGULAR rules into a rule group.
The Action data type within ActivatedRule is used only when submitting an
UpdateWebACL request. ActivatedRule|Action is not applicable and therefore not
available for UpdateRuleGroup.
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 RuleGroupUpdate objects that you want to insert into or delete from a
RuleGroup.
You can only insert REGULAR rules into a rule group.
The Action data type within ActivatedRule is used only when submitting an
UpdateWebACL request. ActivatedRule|Action is not applicable and therefore not
available for UpdateRuleGroup.
public UpdateRuleGroupRequest withUpdates(Collection<RuleGroupUpdate> updates)
An array of RuleGroupUpdate objects that you want to insert into or delete from a RuleGroup.
You can only insert REGULAR rules into a rule group.
The Action data type within ActivatedRule is used only when submitting an
UpdateWebACL request. ActivatedRule|Action is not applicable and therefore not
available for UpdateRuleGroup.
updates - An array of RuleGroupUpdate objects that you want to insert into or delete from a
RuleGroup.
You can only insert REGULAR rules into a rule group.
The Action data type within ActivatedRule is used only when submitting an
UpdateWebACL request. ActivatedRule|Action is not applicable and therefore not
available for UpdateRuleGroup.
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 UpdateRuleGroupRequest 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 String toString()
toString in class ObjectObject.toString()public UpdateRuleGroupRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2018. All rights reserved.