public class ListPhoneNumbersOptedOutRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
The input for the ListPhoneNumbersOptedOut action.
NOOP| Constructor and Description |
|---|
ListPhoneNumbersOptedOutRequest() |
| Modifier and Type | Method and Description |
|---|---|
ListPhoneNumbersOptedOutRequest |
clone() |
boolean |
equals(Object obj) |
String |
getNextToken()
A
NextToken string is used when you call the
ListPhoneNumbersOptedOut action to retrieve additional
records that are available after the first page of results. |
int |
hashCode() |
void |
setNextToken(String nextToken)
A
NextToken string is used when you call the
ListPhoneNumbersOptedOut action to retrieve additional
records that are available after the first page of results. |
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ListPhoneNumbersOptedOutRequest |
withNextToken(String nextToken)
A
NextToken string is used when you call the
ListPhoneNumbersOptedOut action to retrieve additional
records that are available after the first page of results. |
copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic void setNextToken(String nextToken)
A NextToken string is used when you call the
ListPhoneNumbersOptedOut action to retrieve additional
records that are available after the first page of results.
nextToken - A NextToken string is used when you call the
ListPhoneNumbersOptedOut action to retrieve
additional records that are available after the first page of
results.public String getNextToken()
A NextToken string is used when you call the
ListPhoneNumbersOptedOut action to retrieve additional
records that are available after the first page of results.
NextToken string is used when you call the
ListPhoneNumbersOptedOut action to retrieve
additional records that are available after the first page of
results.public ListPhoneNumbersOptedOutRequest withNextToken(String nextToken)
A NextToken string is used when you call the
ListPhoneNumbersOptedOut action to retrieve additional
records that are available after the first page of results.
nextToken - A NextToken string is used when you call the
ListPhoneNumbersOptedOut action to retrieve
additional records that are available after the first page of
results.public String toString()
toString in class ObjectObject.toString()public ListPhoneNumbersOptedOutRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2016. All rights reserved.