ToCopyableBuilder<ListReceiptRuleSetsResponse.Builder,ListReceiptRuleSetsResponse>
@Generated("software.amazon.awssdk:codegen") public class ListReceiptRuleSetsResponse extends AmazonWebServiceResult<ResponseMetadata> implements ToCopyableBuilder<ListReceiptRuleSetsResponse.Builder,ListReceiptRuleSetsResponse>
A list of receipt rule sets that exist under your AWS account.
Modifier and Type | Class | Description |
---|---|---|
static interface |
ListReceiptRuleSetsResponse.Builder |
Modifier and Type | Method | Description |
---|---|---|
static ListReceiptRuleSetsResponse.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
nextToken() |
A token indicating that there are additional receipt rule sets available to be listed.
|
List<ReceiptRuleSetMetadata> |
ruleSets() |
The metadata for the currently active receipt rule set.
|
static Class<? extends ListReceiptRuleSetsResponse.Builder> |
serializableBuilderClass() |
|
ListReceiptRuleSetsResponse.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 List<ReceiptRuleSetMetadata> ruleSets()
The metadata for the currently active receipt rule set. The metadata consists of the rule set name and the timestamp of when the rule set was created.
public String nextToken()
A token indicating that there are additional receipt rule sets available to be listed. Pass this token to
successive calls of ListReceiptRuleSets
to retrieve up to 100 receipt rule sets at a time.
ListReceiptRuleSets
to retrieve up to 100 receipt rule sets at a time.public ListReceiptRuleSetsResponse.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<ListReceiptRuleSetsResponse.Builder,ListReceiptRuleSetsResponse>
public static ListReceiptRuleSetsResponse.Builder builder()
public static Class<? extends ListReceiptRuleSetsResponse.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.