@Generated(value="com.amazonaws:aws-java-sdk-code-generator") 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()
Creates a shallow clone of this object for all fields except the handler context.
|
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.
|
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. |
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 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()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()