@Generated(value="software.amazon.awssdk:codegen") public final class ListRuleGroupsRequest extends WafRequest implements ToCopyableBuilder<ListRuleGroupsRequest.Builder,ListRuleGroupsRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListRuleGroupsRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ListRuleGroupsRequest.Builder |
builder() |
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Integer |
limit()
Specifies the number of
RuleGroups that you want AWS WAF to return for this request. |
String |
nextMarker()
If you specify a value for
Limit and you have more RuleGroups than the value of
Limit, AWS WAF returns a NextMarker value in the response that allows you to list
another group of RuleGroups. |
List<SdkField<?>> |
sdkFields() |
static Class<? extends ListRuleGroupsRequest.Builder> |
serializableBuilderClass() |
ListRuleGroupsRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String nextMarker()
If you specify a value for Limit and you have more RuleGroups than the value of
Limit, AWS WAF returns a NextMarker value in the response that allows you to list
another group of RuleGroups. For the second and subsequent ListRuleGroups requests,
specify the value of NextMarker from the previous response to get information about another batch of
RuleGroups.
Limit and you have more RuleGroups than the value of
Limit, AWS WAF returns a NextMarker value in the response that allows you to
list another group of RuleGroups. For the second and subsequent ListRuleGroups
requests, specify the value of NextMarker from the previous response to get information
about another batch of RuleGroups.public Integer limit()
Specifies the number of RuleGroups that you want AWS WAF to return for this request. If you have
more RuleGroups than the number that you specify for Limit, the response includes a
NextMarker value that you can use to get another batch of RuleGroups.
RuleGroups that you want AWS WAF to return for this request. If you
have more RuleGroups than the number that you specify for Limit, the response
includes a NextMarker value that you can use to get another batch of RuleGroups
.public ListRuleGroupsRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ListRuleGroupsRequest.Builder,ListRuleGroupsRequest>toBuilder in class WafRequestpublic static ListRuleGroupsRequest.Builder builder()
public static Class<? extends ListRuleGroupsRequest.Builder> serializableBuilderClass()
public String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2019. All rights reserved.