@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.
|
overrideConfiguration
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public 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 Integer maxItems()
The number of configuration sets to return.
public ListConfigurationSetsRequest.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<ListConfigurationSetsRequest.Builder,ListConfigurationSetsRequest>
toBuilder
in class SesRequest
public static ListConfigurationSetsRequest.Builder builder()
public static Class<? extends ListConfigurationSetsRequest.Builder> serializableBuilderClass()
public int hashCode()
hashCode
in class AwsRequest
public boolean equals(Object obj)
equals
in class AwsRequest
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields
in interface SdkPojo
public String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField
in class SdkRequest
Copyright © 2020. All rights reserved.