Class ListIPSetsRequest
- All Implemented Interfaces:
ReadLimitInfo, Serializable, Cloneable
- See Also:
-
Field Summary
Fields inherited from class AmazonWebServiceRequest
NOOP -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()Creates a shallow clone of this request.booleangetLimit()Specifies the number ofIPSetobjects that you want AWS WAF to return for this request.If you specify a value forLimitand you have moreIPSetsthan the value ofLimit, AWS WAF returns aNextMarkervalue in the response that allows you to list another group ofIPSets.inthashCode()voidSpecifies the number ofIPSetobjects that you want AWS WAF to return for this request.voidsetNextMarker(String nextMarker) If you specify a value forLimitand you have moreIPSetsthan the value ofLimit, AWS WAF returns aNextMarkervalue in the response that allows you to list another group ofIPSets.toString()Returns a string representation of this object; useful for testing and debugging.Specifies the number ofIPSetobjects that you want AWS WAF to return for this request.withNextMarker(String nextMarker) If you specify a value forLimitand you have moreIPSetsthan the value ofLimit, AWS WAF returns aNextMarkervalue in the response that allows you to list another group ofIPSets.Methods inherited from class AmazonWebServiceRequest
copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
-
Constructor Details
-
ListIPSetsRequest
public ListIPSetsRequest()
-
-
Method Details
-
setNextMarker
If you specify a value for
Limitand you have moreIPSetsthan the value ofLimit, AWS WAF returns aNextMarkervalue in the response that allows you to list another group ofIPSets. For the second and subsequentListIPSetsrequests, specify the value ofNextMarkerfrom the previous response to get information about another batch ofByteMatchSets.- Parameters:
nextMarker- If you specify a value forLimitand you have moreIPSetsthan the value ofLimit, AWS WAF returns aNextMarkervalue in the response that allows you to list another group ofIPSets. For the second and subsequentListIPSetsrequests, specify the value ofNextMarkerfrom the previous response to get information about another batch ofByteMatchSets.
-
getNextMarker
If you specify a value for
Limitand you have moreIPSetsthan the value ofLimit, AWS WAF returns aNextMarkervalue in the response that allows you to list another group ofIPSets. For the second and subsequentListIPSetsrequests, specify the value ofNextMarkerfrom the previous response to get information about another batch ofByteMatchSets.- Returns:
- If you specify a value for
Limitand you have moreIPSetsthan the value ofLimit, AWS WAF returns aNextMarkervalue in the response that allows you to list another group ofIPSets. For the second and subsequentListIPSetsrequests, specify the value ofNextMarkerfrom the previous response to get information about another batch ofByteMatchSets.
-
withNextMarker
If you specify a value for
Limitand you have moreIPSetsthan the value ofLimit, AWS WAF returns aNextMarkervalue in the response that allows you to list another group ofIPSets. For the second and subsequentListIPSetsrequests, specify the value ofNextMarkerfrom the previous response to get information about another batch ofByteMatchSets.- Parameters:
nextMarker- If you specify a value forLimitand you have moreIPSetsthan the value ofLimit, AWS WAF returns aNextMarkervalue in the response that allows you to list another group ofIPSets. For the second and subsequentListIPSetsrequests, specify the value ofNextMarkerfrom the previous response to get information about another batch ofByteMatchSets.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setLimit
Specifies the number of
IPSetobjects that you want AWS WAF to return for this request. If you have moreIPSetobjects than the number you specify forLimit, the response includes aNextMarkervalue that you can use to get another batch ofIPSetobjects.- Parameters:
limit- Specifies the number ofIPSetobjects that you want AWS WAF to return for this request. If you have moreIPSetobjects than the number you specify forLimit, the response includes aNextMarkervalue that you can use to get another batch ofIPSetobjects.
-
getLimit
Specifies the number of
IPSetobjects that you want AWS WAF to return for this request. If you have moreIPSetobjects than the number you specify forLimit, the response includes aNextMarkervalue that you can use to get another batch ofIPSetobjects.- Returns:
- Specifies the number of
IPSetobjects that you want AWS WAF to return for this request. If you have moreIPSetobjects than the number you specify forLimit, the response includes aNextMarkervalue that you can use to get another batch ofIPSetobjects.
-
withLimit
Specifies the number of
IPSetobjects that you want AWS WAF to return for this request. If you have moreIPSetobjects than the number you specify forLimit, the response includes aNextMarkervalue that you can use to get another batch ofIPSetobjects.- Parameters:
limit- Specifies the number ofIPSetobjects that you want AWS WAF to return for this request. If you have moreIPSetobjects than the number you specify forLimit, the response includes aNextMarkervalue that you can use to get another batch ofIPSetobjects.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
-
equals
-
hashCode
-
clone
Description copied from class:AmazonWebServiceRequestCreates a shallow clone of this request. Explicitly does not clone the deep structure of the request object.- Overrides:
clonein classAmazonWebServiceRequest- See Also:
-