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