Cloneable
, ReadLimitInfo
, ToCopyableBuilder<ListRulesPackagesRequest.Builder,ListRulesPackagesRequest>
@Generated("software.amazon.awssdk:codegen") public class ListRulesPackagesRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<ListRulesPackagesRequest.Builder,ListRulesPackagesRequest>
Modifier and Type | Class | Description |
---|---|---|
static interface |
ListRulesPackagesRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
static ListRulesPackagesRequest.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
Integer |
maxResults() |
You can use this parameter to indicate the maximum number of items you want in the response.
|
String |
nextToken() |
You can use this parameter when paginating results.
|
static Class<? extends ListRulesPackagesRequest.Builder> |
serializableBuilderClass() |
|
ListRulesPackagesRequest.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
clone, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout
public String nextToken()
You can use this parameter when paginating results. Set the value of this parameter to null on your first call to the ListRulesPackages action. Subsequent calls to the action fill nextToken in the request with the value of NextToken from the previous response to continue listing data.
public Integer maxResults()
You can use this parameter to indicate the maximum number of items you want in the response. The default value is 10. The maximum value is 500.
public ListRulesPackagesRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<ListRulesPackagesRequest.Builder,ListRulesPackagesRequest>
public static ListRulesPackagesRequest.Builder builder()
public static Class<? extends ListRulesPackagesRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.