@Generated(value="software.amazon.awssdk:codegen") public final class ListContactsRequest extends SesV2Request implements ToCopyableBuilder<ListContactsRequest.Builder,ListContactsRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListContactsRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ListContactsRequest.Builder |
builder() |
String |
contactListName()
The name of the contact list.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
ListContactsFilter |
filter()
A filter that can be applied to a list of contacts.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
nextToken()
A string token indicating that there might be additional contacts available to be listed.
|
Integer |
pageSize()
The number of contacts that may be returned at once, which is dependent on if there are more or less contacts
than the value of the PageSize.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ListContactsRequest.Builder> |
serializableBuilderClass() |
ListContactsRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String contactListName()
The name of the contact list.
public final ListContactsFilter filter()
A filter that can be applied to a list of contacts.
public final Integer pageSize()
The number of contacts that may be returned at once, which is dependent on if there are more or less contacts
than the value of the PageSize. Use this parameter to paginate results. If additional contacts exist beyond the
specified limit, the NextToken element is sent in the response. Use the NextToken value
in subsequent requests to retrieve additional contacts.
NextToken element is sent in the response. Use the
NextToken value in subsequent requests to retrieve additional contacts.public final String nextToken()
A string token indicating that there might be additional contacts available to be listed. Use the token provided in the Response to use in the subsequent call to ListContacts with the same parameters to retrieve the next page of contacts.
public ListContactsRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ListContactsRequest.Builder,ListContactsRequest>toBuilder in class SesV2Requestpublic static ListContactsRequest.Builder builder()
public static Class<? extends ListContactsRequest.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.