@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListXssMatchSetsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
A request to list the XssMatchSet objects created by the current AWS account.
NOOP| Constructor and Description |
|---|
ListXssMatchSetsRequest() |
| Modifier and Type | Method and Description |
|---|---|
ListXssMatchSetsRequest |
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 XssMatchSet objects that you want AWS WAF to return for this request.
|
String |
getNextMarker()
If you specify a value for
Limit and you have more XssMatchSet objects than the value of
Limit, AWS WAF returns a NextMarker value in the response that allows you to list
another group of XssMatchSets. |
int |
hashCode() |
void |
setLimit(Integer limit)
Specifies the number of XssMatchSet objects that you want AWS WAF to return for this request.
|
void |
setNextMarker(String nextMarker)
If you specify a value for
Limit and you have more XssMatchSet objects than the value of
Limit, AWS WAF returns a NextMarker value in the response that allows you to list
another group of XssMatchSets. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
ListXssMatchSetsRequest |
withLimit(Integer limit)
Specifies the number of XssMatchSet objects that you want AWS WAF to return for this request.
|
ListXssMatchSetsRequest |
withNextMarker(String nextMarker)
If you specify a value for
Limit and you have more XssMatchSet objects than the value of
Limit, AWS WAF returns a NextMarker value in the response that allows you to list
another group of XssMatchSets. |
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 XssMatchSet objects than the value of
Limit, AWS WAF returns a NextMarker value in the response that allows you to list
another group of XssMatchSets. For the second and subsequent ListXssMatchSets requests,
specify the value of NextMarker from the previous response to get information about another batch of
XssMatchSets.
nextMarker - If you specify a value for Limit and you have more XssMatchSet objects than the value
of Limit, AWS WAF returns a NextMarker value in the response that allows you to
list another group of XssMatchSets. For the second and subsequent
ListXssMatchSets requests, specify the value of NextMarker from the previous
response to get information about another batch of XssMatchSets.public String getNextMarker()
If you specify a value for Limit and you have more XssMatchSet objects than the value of
Limit, AWS WAF returns a NextMarker value in the response that allows you to list
another group of XssMatchSets. For the second and subsequent ListXssMatchSets requests,
specify the value of NextMarker from the previous response to get information about another batch of
XssMatchSets.
Limit and you have more XssMatchSet objects than the value
of Limit, AWS WAF returns a NextMarker value in the response that allows you to
list another group of XssMatchSets. For the second and subsequent
ListXssMatchSets requests, specify the value of NextMarker from the previous
response to get information about another batch of XssMatchSets.public ListXssMatchSetsRequest withNextMarker(String nextMarker)
If you specify a value for Limit and you have more XssMatchSet objects than the value of
Limit, AWS WAF returns a NextMarker value in the response that allows you to list
another group of XssMatchSets. For the second and subsequent ListXssMatchSets requests,
specify the value of NextMarker from the previous response to get information about another batch of
XssMatchSets.
nextMarker - If you specify a value for Limit and you have more XssMatchSet objects than the value
of Limit, AWS WAF returns a NextMarker value in the response that allows you to
list another group of XssMatchSets. For the second and subsequent
ListXssMatchSets requests, specify the value of NextMarker from the previous
response to get information about another batch of XssMatchSets.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 XssMatchSet objects than the number you specify for Limit, the response includes a
NextMarker value that you can use to get another batch of Rules.
limit - Specifies the number of XssMatchSet objects that you want AWS WAF to return for this request. If
you have more XssMatchSet objects than the number you specify for Limit, the
response includes a NextMarker value that you can use to get another batch of
Rules.public Integer getLimit()
Specifies the number of XssMatchSet objects that you want AWS WAF to return for this request. If you have
more XssMatchSet objects than the number you specify for Limit, the response includes a
NextMarker value that you can use to get another batch of Rules.
XssMatchSet objects than the number you specify for Limit, the
response includes a NextMarker value that you can use to get another batch of
Rules.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 XssMatchSet objects than the number you specify for Limit, the response includes a
NextMarker value that you can use to get another batch of Rules.
limit - Specifies the number of XssMatchSet objects that you want AWS WAF to return for this request. If
you have more XssMatchSet objects than the number you specify for Limit, the
response includes a NextMarker value that you can use to get another batch of
Rules.public String toString()
toString in class ObjectObject.toString()public ListXssMatchSetsRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.