Class ListSizeConstraintSetsRequest
- All Implemented Interfaces:
ReadLimitInfo
,Serializable
,Cloneable
- See Also:
-
Field Summary
Fields inherited from class com.amazonaws.AmazonWebServiceRequest
NOOP
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
Creates a shallow clone of this request.boolean
getLimit()
Specifies the number ofSizeConstraintSet
objects that you want AWS WAF to return for this request.If you specify a value forLimit
and you have moreSizeConstraintSets
than the value ofLimit
, AWS WAF returns aNextMarker
value in the response that allows you to list another group ofSizeConstraintSets
.int
hashCode()
void
Specifies the number ofSizeConstraintSet
objects that you want AWS WAF to return for this request.void
setNextMarker
(String nextMarker) If you specify a value forLimit
and you have moreSizeConstraintSets
than the value ofLimit
, AWS WAF returns aNextMarker
value in the response that allows you to list another group ofSizeConstraintSets
.toString()
Returns a string representation of this object; useful for testing and debugging.Specifies the number ofSizeConstraintSet
objects that you want AWS WAF to return for this request.withNextMarker
(String nextMarker) If you specify a value forLimit
and you have moreSizeConstraintSets
than the value ofLimit
, AWS WAF returns aNextMarker
value in the response that allows you to list another group ofSizeConstraintSets
.Methods inherited from class com.amazonaws.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
-
ListSizeConstraintSetsRequest
public ListSizeConstraintSetsRequest()
-
-
Method Details
-
setNextMarker
If you specify a value for
Limit
and you have moreSizeConstraintSets
than the value ofLimit
, AWS WAF returns aNextMarker
value in the response that allows you to list another group ofSizeConstraintSets
. For the second and subsequentListSizeConstraintSets
requests, specify the value ofNextMarker
from the previous response to get information about another batch ofSizeConstraintSets
.- Parameters:
nextMarker
- If you specify a value forLimit
and you have moreSizeConstraintSets
than the value ofLimit
, AWS WAF returns aNextMarker
value in the response that allows you to list another group ofSizeConstraintSets
. For the second and subsequentListSizeConstraintSets
requests, specify the value ofNextMarker
from the previous response to get information about another batch ofSizeConstraintSets
.
-
getNextMarker
If you specify a value for
Limit
and you have moreSizeConstraintSets
than the value ofLimit
, AWS WAF returns aNextMarker
value in the response that allows you to list another group ofSizeConstraintSets
. For the second and subsequentListSizeConstraintSets
requests, specify the value ofNextMarker
from the previous response to get information about another batch ofSizeConstraintSets
.- Returns:
- If you specify a value for
Limit
and you have moreSizeConstraintSets
than the value ofLimit
, AWS WAF returns aNextMarker
value in the response that allows you to list another group ofSizeConstraintSets
. For the second and subsequentListSizeConstraintSets
requests, specify the value ofNextMarker
from the previous response to get information about another batch ofSizeConstraintSets
.
-
withNextMarker
If you specify a value for
Limit
and you have moreSizeConstraintSets
than the value ofLimit
, AWS WAF returns aNextMarker
value in the response that allows you to list another group ofSizeConstraintSets
. For the second and subsequentListSizeConstraintSets
requests, specify the value ofNextMarker
from the previous response to get information about another batch ofSizeConstraintSets
.- Parameters:
nextMarker
- If you specify a value forLimit
and you have moreSizeConstraintSets
than the value ofLimit
, AWS WAF returns aNextMarker
value in the response that allows you to list another group ofSizeConstraintSets
. For the second and subsequentListSizeConstraintSets
requests, specify the value ofNextMarker
from the previous response to get information about another batch ofSizeConstraintSets
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setLimit
Specifies the number of
SizeConstraintSet
objects that you want AWS WAF to return for this request. If you have moreSizeConstraintSets
objects than the number you specify forLimit
, the response includes aNextMarker
value that you can use to get another batch ofSizeConstraintSet
objects.- Parameters:
limit
- Specifies the number ofSizeConstraintSet
objects that you want AWS WAF to return for this request. If you have moreSizeConstraintSets
objects than the number you specify forLimit
, the response includes aNextMarker
value that you can use to get another batch ofSizeConstraintSet
objects.
-
getLimit
Specifies the number of
SizeConstraintSet
objects that you want AWS WAF to return for this request. If you have moreSizeConstraintSets
objects than the number you specify forLimit
, the response includes aNextMarker
value that you can use to get another batch ofSizeConstraintSet
objects.- Returns:
- Specifies the number of
SizeConstraintSet
objects that you want AWS WAF to return for this request. If you have moreSizeConstraintSets
objects than the number you specify forLimit
, the response includes aNextMarker
value that you can use to get another batch ofSizeConstraintSet
objects.
-
withLimit
Specifies the number of
SizeConstraintSet
objects that you want AWS WAF to return for this request. If you have moreSizeConstraintSets
objects than the number you specify forLimit
, the response includes aNextMarker
value that you can use to get another batch ofSizeConstraintSet
objects.- Parameters:
limit
- Specifies the number ofSizeConstraintSet
objects that you want AWS WAF to return for this request. If you have moreSizeConstraintSets
objects than the number you specify forLimit
, the response includes aNextMarker
value that you can use to get another batch ofSizeConstraintSet
objects.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
Description copied from class:AmazonWebServiceRequest
Creates a shallow clone of this request. Explicitly does not clone the deep structure of the request object.- Overrides:
clone
in classAmazonWebServiceRequest
- See Also:
-