@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListRuleGroupsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListRuleGroupsRequest() |
Modifier and Type | Method and Description |
---|---|
ListRuleGroupsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Integer |
getLimit()
Specifies the number of
RuleGroups that you want AWS WAF to return for this request. |
String |
getNextMarker()
If you specify a value for
Limit and you have more RuleGroups than the value of
Limit , AWS WAF returns a NextMarker value in the response that allows you to list
another group of RuleGroups . |
int |
hashCode() |
void |
setLimit(Integer limit)
Specifies the number of
RuleGroups 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 RuleGroups than the value of
Limit , AWS WAF returns a NextMarker value in the response that allows you to list
another group of RuleGroups . |
String |
toString()
Returns a string representation of this object.
|
ListRuleGroupsRequest |
withLimit(Integer limit)
Specifies the number of
RuleGroups that you want AWS WAF to return for this request. |
ListRuleGroupsRequest |
withNextMarker(String nextMarker)
If you specify a value for
Limit and you have more RuleGroups than the value of
Limit , AWS WAF returns a NextMarker value in the response that allows you to list
another group of RuleGroups . |
addHandlerContext, 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, withSdkRequestTimeout
public void setNextMarker(String nextMarker)
If you specify a value for Limit
and you have more RuleGroups
than the value of
Limit
, AWS WAF returns a NextMarker
value in the response that allows you to list
another group of RuleGroups
. For the second and subsequent ListRuleGroups
requests,
specify the value of NextMarker
from the previous response to get information about another batch of
RuleGroups
.
nextMarker
- If you specify a value for Limit
and you have more RuleGroups
than the value of
Limit
, AWS WAF returns a NextMarker
value in the response that allows you to
list another group of RuleGroups
. For the second and subsequent ListRuleGroups
requests, specify the value of NextMarker
from the previous response to get information about
another batch of RuleGroups
.public String getNextMarker()
If you specify a value for Limit
and you have more RuleGroups
than the value of
Limit
, AWS WAF returns a NextMarker
value in the response that allows you to list
another group of RuleGroups
. For the second and subsequent ListRuleGroups
requests,
specify the value of NextMarker
from the previous response to get information about another batch of
RuleGroups
.
Limit
and you have more RuleGroups
than the value of
Limit
, AWS WAF returns a NextMarker
value in the response that allows you to
list another group of RuleGroups
. For the second and subsequent ListRuleGroups
requests, specify the value of NextMarker
from the previous response to get information
about another batch of RuleGroups
.public ListRuleGroupsRequest withNextMarker(String nextMarker)
If you specify a value for Limit
and you have more RuleGroups
than the value of
Limit
, AWS WAF returns a NextMarker
value in the response that allows you to list
another group of RuleGroups
. For the second and subsequent ListRuleGroups
requests,
specify the value of NextMarker
from the previous response to get information about another batch of
RuleGroups
.
nextMarker
- If you specify a value for Limit
and you have more RuleGroups
than the value of
Limit
, AWS WAF returns a NextMarker
value in the response that allows you to
list another group of RuleGroups
. For the second and subsequent ListRuleGroups
requests, specify the value of NextMarker
from the previous response to get information about
another batch of RuleGroups
.public void setLimit(Integer limit)
Specifies the number of RuleGroups
that you want AWS WAF to return for this request. If you have
more RuleGroups
than the number that you specify for Limit
, the response includes a
NextMarker
value that you can use to get another batch of RuleGroups
.
limit
- Specifies the number of RuleGroups
that you want AWS WAF to return for this request. If you
have more RuleGroups
than the number that you specify for Limit
, the response
includes a NextMarker
value that you can use to get another batch of RuleGroups
.public Integer getLimit()
Specifies the number of RuleGroups
that you want AWS WAF to return for this request. If you have
more RuleGroups
than the number that you specify for Limit
, the response includes a
NextMarker
value that you can use to get another batch of RuleGroups
.
RuleGroups
that you want AWS WAF to return for this request. If you
have more RuleGroups
than the number that you specify for Limit
, the response
includes a NextMarker
value that you can use to get another batch of RuleGroups
.public ListRuleGroupsRequest withLimit(Integer limit)
Specifies the number of RuleGroups
that you want AWS WAF to return for this request. If you have
more RuleGroups
than the number that you specify for Limit
, the response includes a
NextMarker
value that you can use to get another batch of RuleGroups
.
limit
- Specifies the number of RuleGroups
that you want AWS WAF to return for this request. If you
have more RuleGroups
than the number that you specify for Limit
, the response
includes a NextMarker
value that you can use to get another batch of RuleGroups
.public String toString()
toString
in class Object
Object.toString()
public ListRuleGroupsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()