@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListSubscribedRuleGroupsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
ListSubscribedRuleGroupsRequest() |
| Modifier and Type | Method and Description |
|---|---|
ListSubscribedRuleGroupsRequest |
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 subscribed rule groups that you want AWS WAF to return for this request.
|
String |
getNextMarker()
If you specify a value for
Limit and you have more ByteMatchSetssubscribed rule groups
than the value of Limit, AWS WAF returns a NextMarker value in the response that allows
you to list another group of subscribed rule groups. |
int |
hashCode() |
void |
setLimit(Integer limit)
Specifies the number of subscribed rule groups 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 ByteMatchSetssubscribed rule groups
than the value of Limit, AWS WAF returns a NextMarker value in the response that allows
you to list another group of subscribed rule groups. |
String |
toString()
Returns a string representation of this object.
|
ListSubscribedRuleGroupsRequest |
withLimit(Integer limit)
Specifies the number of subscribed rule groups that you want AWS WAF to return for this request.
|
ListSubscribedRuleGroupsRequest |
withNextMarker(String nextMarker)
If you specify a value for
Limit and you have more ByteMatchSetssubscribed rule groups
than the value of Limit, AWS WAF returns a NextMarker value in the response that allows
you to list another group of subscribed rule groups. |
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 ByteMatchSetssubscribed rule groups
than the value of Limit, AWS WAF returns a NextMarker value in the response that allows
you to list another group of subscribed rule groups. For the second and subsequent
ListSubscribedRuleGroupsRequest requests, specify the value of NextMarker from the
previous response to get information about another batch of subscribed rule groups.
nextMarker - If you specify a value for Limit and you have more ByteMatchSetssubscribed rule
groups than the value of Limit, AWS WAF returns a NextMarker value in the
response that allows you to list another group of subscribed rule groups. For the second and subsequent
ListSubscribedRuleGroupsRequest requests, specify the value of NextMarker from
the previous response to get information about another batch of subscribed rule groups.public String getNextMarker()
If you specify a value for Limit and you have more ByteMatchSetssubscribed rule groups
than the value of Limit, AWS WAF returns a NextMarker value in the response that allows
you to list another group of subscribed rule groups. For the second and subsequent
ListSubscribedRuleGroupsRequest requests, specify the value of NextMarker from the
previous response to get information about another batch of subscribed rule groups.
Limit and you have more ByteMatchSetssubscribed rule
groups than the value of Limit, AWS WAF returns a NextMarker value in the
response that allows you to list another group of subscribed rule groups. For the second and subsequent
ListSubscribedRuleGroupsRequest requests, specify the value of NextMarker from
the previous response to get information about another batch of subscribed rule groups.public ListSubscribedRuleGroupsRequest withNextMarker(String nextMarker)
If you specify a value for Limit and you have more ByteMatchSetssubscribed rule groups
than the value of Limit, AWS WAF returns a NextMarker value in the response that allows
you to list another group of subscribed rule groups. For the second and subsequent
ListSubscribedRuleGroupsRequest requests, specify the value of NextMarker from the
previous response to get information about another batch of subscribed rule groups.
nextMarker - If you specify a value for Limit and you have more ByteMatchSetssubscribed rule
groups than the value of Limit, AWS WAF returns a NextMarker value in the
response that allows you to list another group of subscribed rule groups. For the second and subsequent
ListSubscribedRuleGroupsRequest requests, specify the value of NextMarker from
the previous response to get information about another batch of subscribed rule groups.public void setLimit(Integer limit)
Specifies the number of subscribed rule groups that you want AWS WAF to return for this request. If you have more
objects than the number you specify for Limit, the response includes a NextMarker value
that you can use to get another batch of objects.
limit - Specifies the number of subscribed rule groups that you want AWS WAF to return for this request. If you
have more objects than the number you specify for Limit, the response includes a
NextMarker value that you can use to get another batch of objects.public Integer getLimit()
Specifies the number of subscribed rule groups that you want AWS WAF to return for this request. If you have more
objects than the number you specify for Limit, the response includes a NextMarker value
that you can use to get another batch of objects.
Limit, the response includes a
NextMarker value that you can use to get another batch of objects.public ListSubscribedRuleGroupsRequest withLimit(Integer limit)
Specifies the number of subscribed rule groups that you want AWS WAF to return for this request. If you have more
objects than the number you specify for Limit, the response includes a NextMarker value
that you can use to get another batch of objects.
limit - Specifies the number of subscribed rule groups that you want AWS WAF to return for this request. If you
have more objects than the number you specify for Limit, the response includes a
NextMarker value that you can use to get another batch of objects.public String toString()
toString in class ObjectObject.toString()public ListSubscribedRuleGroupsRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()