public class ListByteMatchSetsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListByteMatchSetsRequest() |
Modifier and Type | Method and Description |
---|---|
ListByteMatchSetsRequest |
clone()
Creates a shallow clone of this request.
|
boolean |
equals(Object obj) |
Integer |
getLimit()
Specifies the number of
ByteMatchSet objects that you want
AWS WAF to return for this request. |
String |
getNextMarker()
If you specify a value for
Limit and you have more
ByteMatchSets than the value of Limit , AWS WAF
returns a NextMarker value in the response that allows you
to list another group of ByteMatchSets . |
int |
hashCode() |
void |
setLimit(Integer limit)
Specifies the number of
ByteMatchSet 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
ByteMatchSets than the value of Limit , AWS WAF
returns a NextMarker value in the response that allows you
to list another group of ByteMatchSets . |
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ListByteMatchSetsRequest |
withLimit(Integer limit)
Specifies the number of
ByteMatchSet objects that you want
AWS WAF to return for this request. |
ListByteMatchSetsRequest |
withNextMarker(String nextMarker)
If you specify a value for
Limit and you have more
ByteMatchSets than the value of Limit , AWS WAF
returns a NextMarker value in the response that allows you
to list another group of ByteMatchSets . |
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
ByteMatchSets
than the value of Limit
, AWS WAF
returns a NextMarker
value in the response that allows you
to list another group of ByteMatchSets
. For the second and
subsequent ListByteMatchSets
requests, specify the value of
NextMarker
from the previous response to get information
about another batch of ByteMatchSets
.
nextMarker
- If you specify a value for Limit
and you have more
ByteMatchSets
than the value of Limit
,
AWS WAF returns a NextMarker
value in the response
that allows you to list another group of
ByteMatchSets
. For the second and subsequent
ListByteMatchSets
requests, specify the value of
NextMarker
from the previous response to get
information about another batch of ByteMatchSets
.public String getNextMarker()
If you specify a value for Limit
and you have more
ByteMatchSets
than the value of Limit
, AWS WAF
returns a NextMarker
value in the response that allows you
to list another group of ByteMatchSets
. For the second and
subsequent ListByteMatchSets
requests, specify the value of
NextMarker
from the previous response to get information
about another batch of ByteMatchSets
.
Limit
and you have more
ByteMatchSets
than the value of Limit
,
AWS WAF returns a NextMarker
value in the response
that allows you to list another group of
ByteMatchSets
. For the second and subsequent
ListByteMatchSets
requests, specify the value of
NextMarker
from the previous response to get
information about another batch of ByteMatchSets
.public ListByteMatchSetsRequest withNextMarker(String nextMarker)
If you specify a value for Limit
and you have more
ByteMatchSets
than the value of Limit
, AWS WAF
returns a NextMarker
value in the response that allows you
to list another group of ByteMatchSets
. For the second and
subsequent ListByteMatchSets
requests, specify the value of
NextMarker
from the previous response to get information
about another batch of ByteMatchSets
.
nextMarker
- If you specify a value for Limit
and you have more
ByteMatchSets
than the value of Limit
,
AWS WAF returns a NextMarker
value in the response
that allows you to list another group of
ByteMatchSets
. For the second and subsequent
ListByteMatchSets
requests, specify the value of
NextMarker
from the previous response to get
information about another batch of ByteMatchSets
.public void setLimit(Integer limit)
Specifies the number of ByteMatchSet
objects that you want
AWS WAF to return for this request. If you have more
ByteMatchSets
objects than the number you specify for
Limit
, the response includes a NextMarker
value
that you can use to get another batch of ByteMatchSet
objects.
limit
- Specifies the number of ByteMatchSet
objects that you
want AWS WAF to return for this request. If you have more
ByteMatchSets
objects than the number you specify for
Limit
, the response includes a
NextMarker
value that you can use to get another
batch of ByteMatchSet
objects.public Integer getLimit()
Specifies the number of ByteMatchSet
objects that you want
AWS WAF to return for this request. If you have more
ByteMatchSets
objects than the number you specify for
Limit
, the response includes a NextMarker
value
that you can use to get another batch of ByteMatchSet
objects.
ByteMatchSet
objects that
you want AWS WAF to return for this request. If you have more
ByteMatchSets
objects than the number you specify
for Limit
, the response includes a
NextMarker
value that you can use to get another
batch of ByteMatchSet
objects.public ListByteMatchSetsRequest withLimit(Integer limit)
Specifies the number of ByteMatchSet
objects that you want
AWS WAF to return for this request. If you have more
ByteMatchSets
objects than the number you specify for
Limit
, the response includes a NextMarker
value
that you can use to get another batch of ByteMatchSet
objects.
limit
- Specifies the number of ByteMatchSet
objects that you
want AWS WAF to return for this request. If you have more
ByteMatchSets
objects than the number you specify for
Limit
, the response includes a
NextMarker
value that you can use to get another
batch of ByteMatchSet
objects.public String toString()
toString
in class Object
Object.toString()
public ListByteMatchSetsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2015. All rights reserved.