Class ListXssMatchSetsRequest
- java.lang.Object
-
- com.amazonaws.AmazonWebServiceRequest
-
- com.amazonaws.services.waf.model.ListXssMatchSetsRequest
-
- All Implemented Interfaces:
ReadLimitInfo,Serializable,Cloneable
public class ListXssMatchSetsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
A request to list the XssMatchSet objects created by the current AWS account.
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class com.amazonaws.AmazonWebServiceRequest
NOOP
-
-
Constructor Summary
Constructors Constructor Description ListXssMatchSetsRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ListXssMatchSetsRequestclone()Creates a shallow clone of this request.booleanequals(Object obj)IntegergetLimit()Specifies the number of XssMatchSet objects that you want AWS WAF to return for this request.StringgetNextMarker()If you specify a value forLimitand you have more XssMatchSet objects than the value ofLimit, AWS WAF returns aNextMarkervalue in the response that allows you to list another group ofXssMatchSets.inthashCode()voidsetLimit(Integer limit)Specifies the number of XssMatchSet objects that you want AWS WAF to return for this request.voidsetNextMarker(String nextMarker)If you specify a value forLimitand you have more XssMatchSet objects than the value ofLimit, AWS WAF returns aNextMarkervalue in the response that allows you to list another group ofXssMatchSets.StringtoString()Returns a string representation of this object; useful for testing and debugging.ListXssMatchSetsRequestwithLimit(Integer limit)Specifies the number of XssMatchSet objects that you want AWS WAF to return for this request.ListXssMatchSetsRequestwithNextMarker(String nextMarker)If you specify a value forLimitand you have more XssMatchSet objects than the value ofLimit, AWS WAF returns aNextMarkervalue in the response that allows you to list another group ofXssMatchSets.-
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 more XssMatchSet objects than the value ofLimit, AWS WAF returns aNextMarkervalue in the response that allows you to list another group ofXssMatchSets. For the second and subsequentListXssMatchSetsrequests, specify the value ofNextMarkerfrom the previous response to get information about another batch ofXssMatchSets.- Parameters:
nextMarker- If you specify a value forLimitand you have more XssMatchSet objects than the value ofLimit, AWS WAF returns aNextMarkervalue in the response that allows you to list another group ofXssMatchSets. For the second and subsequentListXssMatchSetsrequests, specify the value ofNextMarkerfrom the previous response to get information about another batch ofXssMatchSets.
-
getNextMarker
public String getNextMarker()
If you specify a value for
Limitand you have more XssMatchSet objects than the value ofLimit, AWS WAF returns aNextMarkervalue in the response that allows you to list another group ofXssMatchSets. For the second and subsequentListXssMatchSetsrequests, specify the value ofNextMarkerfrom the previous response to get information about another batch ofXssMatchSets.- Returns:
- If you specify a value for
Limitand you have more XssMatchSet objects than the value ofLimit, AWS WAF returns aNextMarkervalue in the response that allows you to list another group ofXssMatchSets. For the second and subsequentListXssMatchSetsrequests, specify the value ofNextMarkerfrom the previous response to get information about another batch ofXssMatchSets.
-
withNextMarker
public ListXssMatchSetsRequest withNextMarker(String nextMarker)
If you specify a value for
Limitand you have more XssMatchSet objects than the value ofLimit, AWS WAF returns aNextMarkervalue in the response that allows you to list another group ofXssMatchSets. For the second and subsequentListXssMatchSetsrequests, specify the value ofNextMarkerfrom the previous response to get information about another batch ofXssMatchSets.- Parameters:
nextMarker- If you specify a value forLimitand you have more XssMatchSet objects than the value ofLimit, AWS WAF returns aNextMarkervalue in the response that allows you to list another group ofXssMatchSets. For the second and subsequentListXssMatchSetsrequests, specify the value ofNextMarkerfrom the previous response to get information about another batch ofXssMatchSets.- 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 XssMatchSet objects that you want AWS WAF to return for this request. If you have more
XssMatchSetobjects than the number you specify forLimit, the response includes aNextMarkervalue that you can use to get another batch ofRules.- Parameters:
limit- Specifies the number of XssMatchSet objects that you want AWS WAF to return for this request. If you have moreXssMatchSetobjects than the number you specify forLimit, the response includes aNextMarkervalue that you can use to get another batch ofRules.
-
getLimit
public Integer getLimit()
Specifies the number of XssMatchSet objects that you want AWS WAF to return for this request. If you have more
XssMatchSetobjects than the number you specify forLimit, the response includes aNextMarkervalue that you can use to get another batch ofRules.- Returns:
- Specifies the number of XssMatchSet objects that you want
AWS WAF to return for this request. If you have more
XssMatchSetobjects than the number you specify forLimit, the response includes aNextMarkervalue that you can use to get another batch ofRules.
-
withLimit
public ListXssMatchSetsRequest withLimit(Integer limit)
Specifies the number of XssMatchSet objects that you want AWS WAF to return for this request. If you have more
XssMatchSetobjects than the number you specify forLimit, the response includes aNextMarkervalue that you can use to get another batch ofRules.- Parameters:
limit- Specifies the number of XssMatchSet objects that you want AWS WAF to return for this request. If you have moreXssMatchSetobjects than the number you specify forLimit, the response includes aNextMarkervalue that you can use to get another batch ofRules.- 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 ListXssMatchSetsRequest 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()
-
-