@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 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 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 int hashCode()
hashCode in class AwsRequestpublic boolean equals(Object obj)
equals in class AwsRequestpublic boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2020. All rights reserved.