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