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 request.
|
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 . |
copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollector
public 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 Object
Object.toString()
public ListSqlInjectionMatchSetsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2015. All rights reserved.