@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListActivatedRulesInRuleGroupRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
ListActivatedRulesInRuleGroupRequest() |
| Modifier and Type | Method and Description |
|---|---|
ListActivatedRulesInRuleGroupRequest |
clone() |
boolean |
equals(Object obj) |
Integer |
getLimit()
Specifies the number of
ActivatedRules that you want AWS WAF to return for this request. |
String |
getNextMarker()
If you specify a value for
Limit and you have more ActivatedRules than the value of
Limit, AWS WAF returns a NextMarker value in the response that allows you to list
another group of ActivatedRules. |
String |
getRuleGroupId()
|
int |
hashCode() |
void |
setLimit(Integer limit)
Specifies the number of
ActivatedRules that you want AWS WAF to return for this request. |
void |
setNextMarker(String nextMarker)
If you specify a value for
Limit and you have more ActivatedRules than the value of
Limit, AWS WAF returns a NextMarker value in the response that allows you to list
another group of ActivatedRules. |
void |
setRuleGroupId(String ruleGroupId)
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
ListActivatedRulesInRuleGroupRequest |
withLimit(Integer limit)
Specifies the number of
ActivatedRules that you want AWS WAF to return for this request. |
ListActivatedRulesInRuleGroupRequest |
withNextMarker(String nextMarker)
If you specify a value for
Limit and you have more ActivatedRules than the value of
Limit, AWS WAF returns a NextMarker value in the response that allows you to list
another group of ActivatedRules. |
ListActivatedRulesInRuleGroupRequest |
withRuleGroupId(String ruleGroupId)
|
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 ListActivatedRulesInRuleGroupRequest()
public void setRuleGroupId(String ruleGroupId)
The RuleGroupId of the RuleGroup for which you want to get a list of ActivatedRule
objects.
ruleGroupId - The RuleGroupId of the RuleGroup for which you want to get a list of
ActivatedRule objects.public String getRuleGroupId()
The RuleGroupId of the RuleGroup for which you want to get a list of ActivatedRule
objects.
RuleGroupId of the RuleGroup for which you want to get a list of
ActivatedRule objects.public ListActivatedRulesInRuleGroupRequest withRuleGroupId(String ruleGroupId)
The RuleGroupId of the RuleGroup for which you want to get a list of ActivatedRule
objects.
ruleGroupId - The RuleGroupId of the RuleGroup for which you want to get a list of
ActivatedRule objects.public void setNextMarker(String nextMarker)
If you specify a value for Limit and you have more ActivatedRules than the value of
Limit, AWS WAF returns a NextMarker value in the response that allows you to list
another group of ActivatedRules. For the second and subsequent
ListActivatedRulesInRuleGroup requests, specify the value of NextMarker from the
previous response to get information about another batch of ActivatedRules.
nextMarker - If you specify a value for Limit and you have more ActivatedRules than the value
of Limit, AWS WAF returns a NextMarker value in the response that allows you to
list another group of ActivatedRules. For the second and subsequent
ListActivatedRulesInRuleGroup requests, specify the value of NextMarker from the
previous response to get information about another batch of ActivatedRules.public String getNextMarker()
If you specify a value for Limit and you have more ActivatedRules than the value of
Limit, AWS WAF returns a NextMarker value in the response that allows you to list
another group of ActivatedRules. For the second and subsequent
ListActivatedRulesInRuleGroup requests, specify the value of NextMarker from the
previous response to get information about another batch of ActivatedRules.
Limit and you have more ActivatedRules than the
value of Limit, AWS WAF returns a NextMarker value in the response that allows
you to list another group of ActivatedRules. For the second and subsequent
ListActivatedRulesInRuleGroup requests, specify the value of NextMarker from
the previous response to get information about another batch of ActivatedRules.public ListActivatedRulesInRuleGroupRequest withNextMarker(String nextMarker)
If you specify a value for Limit and you have more ActivatedRules than the value of
Limit, AWS WAF returns a NextMarker value in the response that allows you to list
another group of ActivatedRules. For the second and subsequent
ListActivatedRulesInRuleGroup requests, specify the value of NextMarker from the
previous response to get information about another batch of ActivatedRules.
nextMarker - If you specify a value for Limit and you have more ActivatedRules than the value
of Limit, AWS WAF returns a NextMarker value in the response that allows you to
list another group of ActivatedRules. For the second and subsequent
ListActivatedRulesInRuleGroup requests, specify the value of NextMarker from the
previous response to get information about another batch of ActivatedRules.public void setLimit(Integer limit)
Specifies the number of ActivatedRules that you want AWS WAF to return for this request. If you have
more ActivatedRules than the number that you specify for Limit, the response includes a
NextMarker value that you can use to get another batch of ActivatedRules.
limit - Specifies the number of ActivatedRules that you want AWS WAF to return for this request. If
you have more ActivatedRules than the number that you specify for Limit, the
response includes a NextMarker value that you can use to get another batch of
ActivatedRules.public Integer getLimit()
Specifies the number of ActivatedRules that you want AWS WAF to return for this request. If you have
more ActivatedRules than the number that you specify for Limit, the response includes a
NextMarker value that you can use to get another batch of ActivatedRules.
ActivatedRules that you want AWS WAF to return for this request. If
you have more ActivatedRules than the number that you specify for Limit, the
response includes a NextMarker value that you can use to get another batch of
ActivatedRules.public ListActivatedRulesInRuleGroupRequest withLimit(Integer limit)
Specifies the number of ActivatedRules that you want AWS WAF to return for this request. If you have
more ActivatedRules than the number that you specify for Limit, the response includes a
NextMarker value that you can use to get another batch of ActivatedRules.
limit - Specifies the number of ActivatedRules that you want AWS WAF to return for this request. If
you have more ActivatedRules than the number that you specify for Limit, the
response includes a NextMarker value that you can use to get another batch of
ActivatedRules.public String toString()
toString in class ObjectObject.toString()public ListActivatedRulesInRuleGroupRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2018. All rights reserved.