@Generated(value="software.amazon.awssdk:codegen") public final class ListConfigurationSetsRequest extends SesV2Request implements ToCopyableBuilder<ListConfigurationSetsRequest.Builder,ListConfigurationSetsRequest>
A request to obtain a list of configuration sets for your Amazon SES account in the current AWS Region.
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() |
String |
nextToken()
A token returned from a previous call to
ListConfigurationSets to indicate the position in the list
of configuration sets. |
Integer |
pageSize()
The number of results to show in a single call to
ListConfigurationSets . |
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 final String nextToken()
A token returned from a previous call to ListConfigurationSets
to indicate the position in the list
of configuration sets.
ListConfigurationSets
to indicate the position in
the list of configuration sets.public final Integer pageSize()
The number of results to show in a single call to ListConfigurationSets
. If the number of results is
larger than the number you specified in this parameter, then the response includes a NextToken
element, which you can use to obtain additional results.
ListConfigurationSets
. If the number of
results is larger than the number you specified in this parameter, then the response includes a
NextToken
element, which you can use to obtain additional results.public ListConfigurationSetsRequest.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<ListConfigurationSetsRequest.Builder,ListConfigurationSetsRequest>
toBuilder
in class SesV2Request
public static ListConfigurationSetsRequest.Builder builder()
public static Class<? extends ListConfigurationSetsRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode
in class AwsRequest
public final boolean equals(Object obj)
equals
in class AwsRequest
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields
in interface SdkPojo
public final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField
in class SdkRequest
Copyright © 2021. All rights reserved.