@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListContactListsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
ListContactListsRequest() |
| Modifier and Type | Method and Description |
|---|---|
ListContactListsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getNextToken()
A string token indicating that there might be additional contact lists available to be listed.
|
Integer |
getPageSize()
Maximum number of contact lists to return at once.
|
int |
hashCode() |
void |
setNextToken(String nextToken)
A string token indicating that there might be additional contact lists available to be listed.
|
void |
setPageSize(Integer pageSize)
Maximum number of contact lists to return at once.
|
String |
toString()
Returns a string representation of this object.
|
ListContactListsRequest |
withNextToken(String nextToken)
A string token indicating that there might be additional contact lists available to be listed.
|
ListContactListsRequest |
withPageSize(Integer pageSize)
Maximum number of contact lists to return at once.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic void setPageSize(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.
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.public Integer getPageSize()
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 ListContactListsRequest withPageSize(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.
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.public void setNextToken(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.
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 String getNextToken()
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 withNextToken(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.
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 String toString()
toString in class ObjectObject.toString()public ListContactListsRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()