public class ListRulesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListRulesRequest() |
Modifier and Type | Method and Description |
---|---|
ListRulesRequest |
clone()
Creates a shallow clone of this request.
|
boolean |
equals(Object obj) |
Integer |
getLimit()
Specifies the number of
Rules that you want AWS WAF to
return for this request. |
String |
getNextMarker()
If you specify a value for
Limit and you have more
Rules than the value of Limit , AWS WAF returns
a NextMarker value in the response that allows you to list
another group of Rules . |
int |
hashCode() |
void |
setLimit(Integer limit)
Specifies the number of
Rules 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
Rules than the value of Limit , AWS WAF returns
a NextMarker value in the response that allows you to list
another group of Rules . |
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ListRulesRequest |
withLimit(Integer limit)
Specifies the number of
Rules that you want AWS WAF to
return for this request. |
ListRulesRequest |
withNextMarker(String nextMarker)
If you specify a value for
Limit and you have more
Rules than the value of Limit , AWS WAF returns
a NextMarker value in the response that allows you to list
another group of Rules . |
getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setNextMarker(String nextMarker)
If you specify a value for Limit
and you have more
Rules
than the value of Limit
, AWS WAF returns
a NextMarker
value in the response that allows you to list
another group of Rules
. For the second and subsequent
ListRules
requests, specify the value of
NextMarker
from the previous response to get information
about another batch of Rules
.
nextMarker
- If you specify a value for Limit
and you have more
Rules
than the value of Limit
, AWS WAF
returns a NextMarker
value in the response that
allows you to list another group of Rules
. For the
second and subsequent ListRules
requests, specify the
value of NextMarker
from the previous response to get
information about another batch of Rules
.public String getNextMarker()
If you specify a value for Limit
and you have more
Rules
than the value of Limit
, AWS WAF returns
a NextMarker
value in the response that allows you to list
another group of Rules
. For the second and subsequent
ListRules
requests, specify the value of
NextMarker
from the previous response to get information
about another batch of Rules
.
Limit
and you have more
Rules
than the value of Limit
, AWS WAF
returns a NextMarker
value in the response that
allows you to list another group of Rules
. For the
second and subsequent ListRules
requests, specify
the value of NextMarker
from the previous response
to get information about another batch of Rules
.public ListRulesRequest withNextMarker(String nextMarker)
If you specify a value for Limit
and you have more
Rules
than the value of Limit
, AWS WAF returns
a NextMarker
value in the response that allows you to list
another group of Rules
. For the second and subsequent
ListRules
requests, specify the value of
NextMarker
from the previous response to get information
about another batch of Rules
.
nextMarker
- If you specify a value for Limit
and you have more
Rules
than the value of Limit
, AWS WAF
returns a NextMarker
value in the response that
allows you to list another group of Rules
. For the
second and subsequent ListRules
requests, specify the
value of NextMarker
from the previous response to get
information about another batch of Rules
.public void setLimit(Integer limit)
Specifies the number of Rules
that you want AWS WAF to
return for this request. If you have more Rules
than the
number that you specify for Limit
, the response includes a
NextMarker
value that you can use to get another batch of
Rules
.
limit
- Specifies the number of Rules
that you want AWS WAF
to return for this request. If you have more Rules
than the number that you specify for Limit
, the
response includes a NextMarker
value that you can use
to get another batch of Rules
.public Integer getLimit()
Specifies the number of Rules
that you want AWS WAF to
return for this request. If you have more Rules
than the
number that you specify for Limit
, the response includes a
NextMarker
value that you can use to get another batch of
Rules
.
Rules
that you want AWS WAF
to return for this request. If you have more Rules
than the number that you specify for Limit
, the
response includes a NextMarker
value that you can
use to get another batch of Rules
.public ListRulesRequest withLimit(Integer limit)
Specifies the number of Rules
that you want AWS WAF to
return for this request. If you have more Rules
than the
number that you specify for Limit
, the response includes a
NextMarker
value that you can use to get another batch of
Rules
.
limit
- Specifies the number of Rules
that you want AWS WAF
to return for this request. If you have more Rules
than the number that you specify for Limit
, the
response includes a NextMarker
value that you can use
to get another batch of Rules
.public String toString()
toString
in class Object
Object.toString()
public ListRulesRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.