ToCopyableBuilder<ListRateBasedRulesResponse.Builder,ListRateBasedRulesResponse>@Generated("software.amazon.awssdk:codegen") public class ListRateBasedRulesResponse extends AmazonWebServiceResult<ResponseMetadata> implements ToCopyableBuilder<ListRateBasedRulesResponse.Builder,ListRateBasedRulesResponse>
| Modifier and Type | Class | Description |
|---|---|---|
static interface |
ListRateBasedRulesResponse.Builder |
| Modifier and Type | Method | Description |
|---|---|---|
static ListRateBasedRulesResponse.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
nextMarker() |
If you have more
Rules than the number that you specified for Limit in the request, the
response includes a NextMarker value. |
List<RuleSummary> |
rules() |
An array of RuleSummary objects.
|
static Class<? extends ListRateBasedRulesResponse.Builder> |
serializableBuilderClass() |
|
ListRateBasedRulesResponse.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
setSdkHttpMetadata, setSdkResponseMetadatapublic String nextMarker()
If you have more Rules than the number that you specified for Limit in the request, the
response includes a NextMarker value. To list more Rules, submit another
ListRateBasedRules request, and specify the NextMarker value from the response in the
NextMarker value in the next request.
Rules than the number that you specified for Limit in the
request, the response includes a NextMarker value. To list more Rules, submit
another ListRateBasedRules request, and specify the NextMarker value from the
response in the NextMarker value in the next request.public List<RuleSummary> rules()
An array of RuleSummary objects.
public ListRateBasedRulesResponse.Builder toBuilder()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<ListRateBasedRulesResponse.Builder,ListRateBasedRulesResponse>public static ListRateBasedRulesResponse.Builder builder()
public static Class<? extends ListRateBasedRulesResponse.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.