Class ListSizeConstraintSetsRequest
- java.lang.Object
-
- com.amazonaws.AmazonWebServiceRequest
-
- com.amazonaws.services.waf.model.ListSizeConstraintSetsRequest
-
- All Implemented Interfaces:
ReadLimitInfo,Serializable,Cloneable
public class ListSizeConstraintSetsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class com.amazonaws.AmazonWebServiceRequest
NOOP
-
-
Constructor Summary
Constructors Constructor Description ListSizeConstraintSetsRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ListSizeConstraintSetsRequestclone()Creates a shallow clone of this request.booleanequals(Object obj)IntegergetLimit()Specifies the number ofSizeConstraintSetobjects that you want AWS WAF to return for this request.StringgetNextMarker()If you specify a value forLimitand you have moreSizeConstraintSetsthan the value ofLimit, AWS WAF returns aNextMarkervalue in the response that allows you to list another group ofSizeConstraintSets.inthashCode()voidsetLimit(Integer limit)Specifies the number ofSizeConstraintSetobjects that you want AWS WAF to return for this request.voidsetNextMarker(String nextMarker)If you specify a value forLimitand you have moreSizeConstraintSetsthan the value ofLimit, AWS WAF returns aNextMarkervalue in the response that allows you to list another group ofSizeConstraintSets.StringtoString()Returns a string representation of this object; useful for testing and debugging.ListSizeConstraintSetsRequestwithLimit(Integer limit)Specifies the number ofSizeConstraintSetobjects that you want AWS WAF to return for this request.ListSizeConstraintSetsRequestwithNextMarker(String nextMarker)If you specify a value forLimitand you have moreSizeConstraintSetsthan the value ofLimit, AWS WAF returns aNextMarkervalue 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
-
-
-
-
Method Detail
-
setNextMarker
public void setNextMarker(String nextMarker)
If you specify a value for
Limitand you have moreSizeConstraintSetsthan the value ofLimit, AWS WAF returns aNextMarkervalue in the response that allows you to list another group ofSizeConstraintSets. For the second and subsequentListSizeConstraintSetsrequests, specify the value ofNextMarkerfrom the previous response to get information about another batch ofSizeConstraintSets.- Parameters:
nextMarker- If you specify a value forLimitand you have moreSizeConstraintSetsthan the value ofLimit, AWS WAF returns aNextMarkervalue in the response that allows you to list another group ofSizeConstraintSets. For the second and subsequentListSizeConstraintSetsrequests, specify the value ofNextMarkerfrom the previous response to get information about another batch ofSizeConstraintSets.
-
getNextMarker
public String getNextMarker()
If you specify a value for
Limitand you have moreSizeConstraintSetsthan the value ofLimit, AWS WAF returns aNextMarkervalue in the response that allows you to list another group ofSizeConstraintSets. For the second and subsequentListSizeConstraintSetsrequests, specify the value ofNextMarkerfrom the previous response to get information about another batch ofSizeConstraintSets.- Returns:
- If you specify a value for
Limitand you have moreSizeConstraintSetsthan the value ofLimit, AWS WAF returns aNextMarkervalue in the response that allows you to list another group ofSizeConstraintSets. For the second and subsequentListSizeConstraintSetsrequests, specify the value ofNextMarkerfrom the previous response to get information about another batch ofSizeConstraintSets.
-
withNextMarker
public ListSizeConstraintSetsRequest withNextMarker(String nextMarker)
If you specify a value for
Limitand you have moreSizeConstraintSetsthan the value ofLimit, AWS WAF returns aNextMarkervalue in the response that allows you to list another group ofSizeConstraintSets. For the second and subsequentListSizeConstraintSetsrequests, specify the value ofNextMarkerfrom the previous response to get information about another batch ofSizeConstraintSets.- Parameters:
nextMarker- If you specify a value forLimitand you have moreSizeConstraintSetsthan the value ofLimit, AWS WAF returns aNextMarkervalue in the response that allows you to list another group ofSizeConstraintSets. For the second and subsequentListSizeConstraintSetsrequests, specify the value ofNextMarkerfrom 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
public void setLimit(Integer limit)
Specifies the number of
SizeConstraintSetobjects that you want AWS WAF to return for this request. If you have moreSizeConstraintSetsobjects than the number you specify forLimit, the response includes aNextMarkervalue that you can use to get another batch ofSizeConstraintSetobjects.- Parameters:
limit- Specifies the number ofSizeConstraintSetobjects that you want AWS WAF to return for this request. If you have moreSizeConstraintSetsobjects than the number you specify forLimit, the response includes aNextMarkervalue that you can use to get another batch ofSizeConstraintSetobjects.
-
getLimit
public Integer getLimit()
Specifies the number of
SizeConstraintSetobjects that you want AWS WAF to return for this request. If you have moreSizeConstraintSetsobjects than the number you specify forLimit, the response includes aNextMarkervalue that you can use to get another batch ofSizeConstraintSetobjects.- Returns:
- Specifies the number of
SizeConstraintSetobjects that you want AWS WAF to return for this request. If you have moreSizeConstraintSetsobjects than the number you specify forLimit, the response includes aNextMarkervalue that you can use to get another batch ofSizeConstraintSetobjects.
-
withLimit
public ListSizeConstraintSetsRequest withLimit(Integer limit)
Specifies the number of
SizeConstraintSetobjects that you want AWS WAF to return for this request. If you have moreSizeConstraintSetsobjects than the number you specify forLimit, the response includes aNextMarkervalue that you can use to get another batch ofSizeConstraintSetobjects.- Parameters:
limit- Specifies the number ofSizeConstraintSetobjects that you want AWS WAF to return for this request. If you have moreSizeConstraintSetsobjects than the number you specify forLimit, the response includes aNextMarkervalue that you can use to get another batch ofSizeConstraintSetobjects.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
public String toString()
Returns a string representation of this object; useful for testing and debugging.- Overrides:
toStringin classObject- Returns:
- A string representation of this object.
- See Also:
Object.toString()
-
clone
public ListSizeConstraintSetsRequest 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:
Object.clone()
-
-