ToCopyableBuilder<ListConfigurationSetsResponse.Builder,ListConfigurationSetsResponse>@Generated("software.amazon.awssdk:codegen") public class ListConfigurationSetsResponse extends AmazonWebServiceResult<ResponseMetadata> implements ToCopyableBuilder<ListConfigurationSetsResponse.Builder,ListConfigurationSetsResponse>
A list of configuration sets associated with your AWS account. Configuration sets enable you to publish email sending events. For information about using configuration sets, see the Amazon SES Developer Guide.
| Modifier and Type | Class | Description |
|---|---|---|
static interface |
ListConfigurationSetsResponse.Builder |
| Modifier and Type | Method | Description |
|---|---|---|
static ListConfigurationSetsResponse.Builder |
builder() |
|
List<ConfigurationSet> |
configurationSets() |
A list of configuration sets.
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
nextToken() |
A token indicating that there are additional configuration sets available to be listed.
|
static Class<? extends ListConfigurationSetsResponse.Builder> |
serializableBuilderClass() |
|
ListConfigurationSetsResponse.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
setSdkHttpMetadata, setSdkResponseMetadatapublic List<ConfigurationSet> configurationSets()
A list of configuration sets.
public String nextToken()
A token indicating that there are additional configuration sets available to be listed. Pass this token to
successive calls of ListConfigurationSets.
ListConfigurationSets.public ListConfigurationSetsResponse.Builder toBuilder()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<ListConfigurationSetsResponse.Builder,ListConfigurationSetsResponse>public static ListConfigurationSetsResponse.Builder builder()
public static Class<? extends ListConfigurationSetsResponse.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.