@Generated(value="software.amazon.awssdk:codegen") public final class ListEmailIdentitiesRequest extends SesV2Request implements ToCopyableBuilder<ListEmailIdentitiesRequest.Builder,ListEmailIdentitiesRequest>
A request to list all of the email identities associated with your Amazon Web Services account. This list includes identities that you've already verified, identities that are unverified, and identities that were verified in the past, but are no longer verified.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListEmailIdentitiesRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ListEmailIdentitiesRequest.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
ListEmailIdentities to indicate the position in the list of
identities. |
Integer |
pageSize()
The number of results to show in a single call to
ListEmailIdentities. |
List<SdkField<?>> |
sdkFields() |
static Class<? extends ListEmailIdentitiesRequest.Builder> |
serializableBuilderClass() |
ListEmailIdentitiesRequest.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 ListEmailIdentities to indicate the position in the list of
identities.
ListEmailIdentities to indicate the position in the
list of identities.public final Integer pageSize()
The number of results to show in a single call to ListEmailIdentities. 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.
The value you specify has to be at least 0, and can be no more than 1000.
ListEmailIdentities. 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.
The value you specify has to be at least 0, and can be no more than 1000.
public ListEmailIdentitiesRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ListEmailIdentitiesRequest.Builder,ListEmailIdentitiesRequest>toBuilder in class SesV2Requestpublic static ListEmailIdentitiesRequest.Builder builder()
public static Class<? extends ListEmailIdentitiesRequest.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 © 2021. All rights reserved.