@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListSMSSandboxPhoneNumbersResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListSMSSandboxPhoneNumbersResult() |
Modifier and Type | Method and Description |
---|---|
ListSMSSandboxPhoneNumbersResult |
clone() |
boolean |
equals(Object obj) |
String |
getNextToken()
A
NextToken string is returned when you call the ListSMSSandboxPhoneNumbersInput
operation if additional pages of records are available. |
List<SMSSandboxPhoneNumber> |
getPhoneNumbers()
A list of the calling account's pending and verified phone numbers.
|
int |
hashCode() |
void |
setNextToken(String nextToken)
A
NextToken string is returned when you call the ListSMSSandboxPhoneNumbersInput
operation if additional pages of records are available. |
void |
setPhoneNumbers(Collection<SMSSandboxPhoneNumber> phoneNumbers)
A list of the calling account's pending and verified phone numbers.
|
String |
toString()
Returns a string representation of this object.
|
ListSMSSandboxPhoneNumbersResult |
withNextToken(String nextToken)
A
NextToken string is returned when you call the ListSMSSandboxPhoneNumbersInput
operation if additional pages of records are available. |
ListSMSSandboxPhoneNumbersResult |
withPhoneNumbers(Collection<SMSSandboxPhoneNumber> phoneNumbers)
A list of the calling account's pending and verified phone numbers.
|
ListSMSSandboxPhoneNumbersResult |
withPhoneNumbers(SMSSandboxPhoneNumber... phoneNumbers)
A list of the calling account's pending and verified phone numbers.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<SMSSandboxPhoneNumber> getPhoneNumbers()
A list of the calling account's pending and verified phone numbers.
public void setPhoneNumbers(Collection<SMSSandboxPhoneNumber> phoneNumbers)
A list of the calling account's pending and verified phone numbers.
phoneNumbers
- A list of the calling account's pending and verified phone numbers.public ListSMSSandboxPhoneNumbersResult withPhoneNumbers(SMSSandboxPhoneNumber... phoneNumbers)
A list of the calling account's pending and verified phone numbers.
NOTE: This method appends the values to the existing list (if any). Use
setPhoneNumbers(java.util.Collection)
or withPhoneNumbers(java.util.Collection)
if you want to
override the existing values.
phoneNumbers
- A list of the calling account's pending and verified phone numbers.public ListSMSSandboxPhoneNumbersResult withPhoneNumbers(Collection<SMSSandboxPhoneNumber> phoneNumbers)
A list of the calling account's pending and verified phone numbers.
phoneNumbers
- A list of the calling account's pending and verified phone numbers.public void setNextToken(String nextToken)
A NextToken
string is returned when you call the ListSMSSandboxPhoneNumbersInput
operation if additional pages of records are available.
nextToken
- A NextToken
string is returned when you call the ListSMSSandboxPhoneNumbersInput
operation if additional pages of records are available.public String getNextToken()
A NextToken
string is returned when you call the ListSMSSandboxPhoneNumbersInput
operation if additional pages of records are available.
NextToken
string is returned when you call the
ListSMSSandboxPhoneNumbersInput
operation if additional pages of records are available.public ListSMSSandboxPhoneNumbersResult withNextToken(String nextToken)
A NextToken
string is returned when you call the ListSMSSandboxPhoneNumbersInput
operation if additional pages of records are available.
nextToken
- A NextToken
string is returned when you call the ListSMSSandboxPhoneNumbersInput
operation if additional pages of records are available.public String toString()
toString
in class Object
Object.toString()
public ListSMSSandboxPhoneNumbersResult clone()
Copyright © 2021. All rights reserved.