@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() |
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, copyBaseTo, 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, withSdkRequestTimeout
public 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 Object
Object.toString()
public ListPhoneNumbersOptedOutRequest clone()
clone
in class AmazonWebServiceRequest
Copyright © 2021. All rights reserved.