@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListGeoMatchSetsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
ListGeoMatchSetsRequest() |
| Modifier and Type | Method and Description |
|---|---|
ListGeoMatchSetsRequest |
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
GeoMatchSet objects that you want AWS WAF to return for this request. |
String |
getNextMarker()
If you specify a value for
Limit and you have more GeoMatchSets than the value of
Limit, AWS WAF returns a NextMarker value in the response that allows you to list
another group of GeoMatchSet objects. |
int |
hashCode() |
void |
setLimit(Integer limit)
Specifies the number of
GeoMatchSet 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 GeoMatchSets than the value of
Limit, AWS WAF returns a NextMarker value in the response that allows you to list
another group of GeoMatchSet objects. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
ListGeoMatchSetsRequest |
withLimit(Integer limit)
Specifies the number of
GeoMatchSet objects that you want AWS WAF to return for this request. |
ListGeoMatchSetsRequest |
withNextMarker(String nextMarker)
If you specify a value for
Limit and you have more GeoMatchSets than the value of
Limit, AWS WAF returns a NextMarker value in the response that allows you to list
another group of GeoMatchSet objects. |
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, withSdkRequestTimeoutpublic void setNextMarker(String nextMarker)
If you specify a value for Limit and you have more GeoMatchSets than the value of
Limit, AWS WAF returns a NextMarker value in the response that allows you to list
another group of GeoMatchSet objects. For the second and subsequent ListGeoMatchSets
requests, specify the value of NextMarker from the previous response to get information about
another batch of GeoMatchSet objects.
nextMarker - If you specify a value for Limit and you have more GeoMatchSets than the value
of Limit, AWS WAF returns a NextMarker value in the response that allows you to
list another group of GeoMatchSet objects. For the second and subsequent
ListGeoMatchSets requests, specify the value of NextMarker from the previous
response to get information about another batch of GeoMatchSet objects.public String getNextMarker()
If you specify a value for Limit and you have more GeoMatchSets than the value of
Limit, AWS WAF returns a NextMarker value in the response that allows you to list
another group of GeoMatchSet objects. For the second and subsequent ListGeoMatchSets
requests, specify the value of NextMarker from the previous response to get information about
another batch of GeoMatchSet objects.
Limit and you have more GeoMatchSets than the value
of Limit, AWS WAF returns a NextMarker value in the response that allows you to
list another group of GeoMatchSet objects. For the second and subsequent
ListGeoMatchSets requests, specify the value of NextMarker from the previous
response to get information about another batch of GeoMatchSet objects.public ListGeoMatchSetsRequest withNextMarker(String nextMarker)
If you specify a value for Limit and you have more GeoMatchSets than the value of
Limit, AWS WAF returns a NextMarker value in the response that allows you to list
another group of GeoMatchSet objects. For the second and subsequent ListGeoMatchSets
requests, specify the value of NextMarker from the previous response to get information about
another batch of GeoMatchSet objects.
nextMarker - If you specify a value for Limit and you have more GeoMatchSets than the value
of Limit, AWS WAF returns a NextMarker value in the response that allows you to
list another group of GeoMatchSet objects. For the second and subsequent
ListGeoMatchSets requests, specify the value of NextMarker from the previous
response to get information about another batch of GeoMatchSet objects.public void setLimit(Integer limit)
Specifies the number of GeoMatchSet objects that you want AWS WAF to return for this request. If you
have more GeoMatchSet objects than the number you specify for Limit, the response
includes a NextMarker value that you can use to get another batch of GeoMatchSet
objects.
limit - Specifies the number of GeoMatchSet objects that you want AWS WAF to return for this request.
If you have more GeoMatchSet objects than the number you specify for Limit, the
response includes a NextMarker value that you can use to get another batch of
GeoMatchSet objects.public Integer getLimit()
Specifies the number of GeoMatchSet objects that you want AWS WAF to return for this request. If you
have more GeoMatchSet objects than the number you specify for Limit, the response
includes a NextMarker value that you can use to get another batch of GeoMatchSet
objects.
GeoMatchSet objects that you want AWS WAF to return for this
request. If you have more GeoMatchSet objects than the number you specify for
Limit, the response includes a NextMarker value that you can use to get another
batch of GeoMatchSet objects.public ListGeoMatchSetsRequest withLimit(Integer limit)
Specifies the number of GeoMatchSet objects that you want AWS WAF to return for this request. If you
have more GeoMatchSet objects than the number you specify for Limit, the response
includes a NextMarker value that you can use to get another batch of GeoMatchSet
objects.
limit - Specifies the number of GeoMatchSet objects that you want AWS WAF to return for this request.
If you have more GeoMatchSet objects than the number you specify for Limit, the
response includes a NextMarker value that you can use to get another batch of
GeoMatchSet objects.public String toString()
toString in class ObjectObject.toString()public ListGeoMatchSetsRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.