@Generated(value="software.amazon.awssdk:codegen") public final class ListConfigurationSetsRequest extends SesRequest implements ToCopyableBuilder<ListConfigurationSetsRequest.Builder,ListConfigurationSetsRequest>
Represents a request to list the 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 and Description |
|---|---|
static interface |
ListConfigurationSetsRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ListConfigurationSetsRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Integer |
maxItems()
The number of configuration sets to return.
|
String |
nextToken()
A token returned from a previous call to
ListConfigurationSets to indicate the position of the
configuration set in the configuration set list. |
List<SdkField<?>> |
sdkFields() |
static Class<? extends ListConfigurationSetsRequest.Builder> |
serializableBuilderClass() |
ListConfigurationSetsRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String nextToken()
A token returned from a previous call to ListConfigurationSets to indicate the position of the
configuration set in the configuration set list.
ListConfigurationSets to indicate the position of
the configuration set in the configuration set list.public final Integer maxItems()
The number of configuration sets to return.
public ListConfigurationSetsRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ListConfigurationSetsRequest.Builder,ListConfigurationSetsRequest>toBuilder in class SesRequestpublic static ListConfigurationSetsRequest.Builder builder()
public static Class<? extends ListConfigurationSetsRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2022. All rights reserved.