@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; 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. |
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, 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()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.