ToCopyableBuilder<ListRulesResponse.Builder,ListRulesResponse>
@Generated("software.amazon.awssdk:codegen") public class ListRulesResponse extends AmazonWebServiceResult<ResponseMetadata> implements ToCopyableBuilder<ListRulesResponse.Builder,ListRulesResponse>
Modifier and Type | Class | Description |
---|---|---|
static interface |
ListRulesResponse.Builder |
Modifier and Type | Method | Description |
---|---|---|
static ListRulesResponse.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 ListRulesResponse.Builder> |
serializableBuilderClass() |
|
ListRulesResponse.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
setSdkHttpMetadata, setSdkResponseMetadata
public 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
ListRules
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 ListRules
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 ListRulesResponse.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<ListRulesResponse.Builder,ListRulesResponse>
public static ListRulesResponse.Builder builder()
public static Class<? extends ListRulesResponse.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.