@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListWebACLsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description | 
|---|
| ListWebACLsRequest() | 
| Modifier and Type | Method and Description | 
|---|---|
| ListWebACLsRequest | 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  WebACLobjects that you want AWS WAF to return for this request. | 
| String | getNextMarker()
 If you specify a value for  Limitand you have moreWebACLobjects than the number that
 you specify forLimit, AWS WAF returns aNextMarkervalue in the response that allows
 you to list another group ofWebACLobjects. | 
| int | hashCode() | 
| void | setLimit(Integer limit)
 Specifies the number of  WebACLobjects that you want AWS WAF to return for this request. | 
| void | setNextMarker(String nextMarker)
 If you specify a value for  Limitand you have moreWebACLobjects than the number that
 you specify forLimit, AWS WAF returns aNextMarkervalue in the response that allows
 you to list another group ofWebACLobjects. | 
| String | toString()Returns a string representation of this object. | 
| ListWebACLsRequest | withLimit(Integer limit)
 Specifies the number of  WebACLobjects that you want AWS WAF to return for this request. | 
| ListWebACLsRequest | withNextMarker(String nextMarker)
 If you specify a value for  Limitand you have moreWebACLobjects than the number that
 you specify forLimit, AWS WAF returns aNextMarkervalue in the response that allows
 you to list another group ofWebACLobjects. | 
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 WebACL objects than the number that
 you specify for Limit, AWS WAF returns a NextMarker value in the response that allows
 you to list another group of WebACL objects. For the second and subsequent ListWebACLs
 requests, specify the value of NextMarker from the previous response to get information about
 another batch of WebACL objects.
 
nextMarker - If you specify a value for Limit and you have more WebACL objects than the
        number that you specify for Limit, AWS WAF returns a NextMarker value in the
        response that allows you to list another group of WebACL objects. For the second and
        subsequent ListWebACLs requests, specify the value of NextMarker from the
        previous response to get information about another batch of WebACL objects.public String getNextMarker()
 If you specify a value for Limit and you have more WebACL objects than the number that
 you specify for Limit, AWS WAF returns a NextMarker value in the response that allows
 you to list another group of WebACL objects. For the second and subsequent ListWebACLs
 requests, specify the value of NextMarker from the previous response to get information about
 another batch of WebACL objects.
 
Limit and you have more WebACL objects than the
         number that you specify for Limit, AWS WAF returns a NextMarker value in the
         response that allows you to list another group of WebACL objects. For the second and
         subsequent ListWebACLs requests, specify the value of NextMarker from the
         previous response to get information about another batch of WebACL objects.public ListWebACLsRequest withNextMarker(String nextMarker)
 If you specify a value for Limit and you have more WebACL objects than the number that
 you specify for Limit, AWS WAF returns a NextMarker value in the response that allows
 you to list another group of WebACL objects. For the second and subsequent ListWebACLs
 requests, specify the value of NextMarker from the previous response to get information about
 another batch of WebACL objects.
 
nextMarker - If you specify a value for Limit and you have more WebACL objects than the
        number that you specify for Limit, AWS WAF returns a NextMarker value in the
        response that allows you to list another group of WebACL objects. For the second and
        subsequent ListWebACLs requests, specify the value of NextMarker from the
        previous response to get information about another batch of WebACL objects.public void setLimit(Integer limit)
 Specifies the number of WebACL objects that you want AWS WAF to return for this request. If you have
 more WebACL objects than the number that you specify for Limit, the response includes a
 NextMarker value that you can use to get another batch of WebACL objects.
 
limit - Specifies the number of WebACL objects that you want AWS WAF to return for this request. If
        you have more WebACL objects than the number that you specify for Limit, the
        response includes a NextMarker value that you can use to get another batch of
        WebACL objects.public Integer getLimit()
 Specifies the number of WebACL objects that you want AWS WAF to return for this request. If you have
 more WebACL objects than the number that you specify for Limit, the response includes a
 NextMarker value that you can use to get another batch of WebACL objects.
 
WebACL objects that you want AWS WAF to return for this request. If
         you have more WebACL objects than the number that you specify for Limit, the
         response includes a NextMarker value that you can use to get another batch of
         WebACL objects.public ListWebACLsRequest withLimit(Integer limit)
 Specifies the number of WebACL objects that you want AWS WAF to return for this request. If you have
 more WebACL objects than the number that you specify for Limit, the response includes a
 NextMarker value that you can use to get another batch of WebACL objects.
 
limit - Specifies the number of WebACL objects that you want AWS WAF to return for this request. If
        you have more WebACL objects than the number that you specify for Limit, the
        response includes a NextMarker value that you can use to get another batch of
        WebACL objects.public String toString()
toString in class ObjectObject.toString()public ListWebACLsRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()