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