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