public class SearchAvailablePhoneNumbersResult
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
SearchAvailablePhoneNumbersResult() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.util.List<AvailableNumberSummary> |
getAvailableNumbersList()
A list of available phone numbers that you can claim to your Amazon
Connect instance or traffic distribution group.
|
java.lang.String |
getNextToken()
If there are additional results, this is the token for the next set of
results.
|
int |
hashCode() |
void |
setAvailableNumbersList(java.util.Collection<AvailableNumberSummary> availableNumbersList)
A list of available phone numbers that you can claim to your Amazon
Connect instance or traffic distribution group.
|
void |
setNextToken(java.lang.String nextToken)
If there are additional results, this is the token for the next set of
results.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
SearchAvailablePhoneNumbersResult |
withAvailableNumbersList(AvailableNumberSummary... availableNumbersList)
A list of available phone numbers that you can claim to your Amazon
Connect instance or traffic distribution group.
|
SearchAvailablePhoneNumbersResult |
withAvailableNumbersList(java.util.Collection<AvailableNumberSummary> availableNumbersList)
A list of available phone numbers that you can claim to your Amazon
Connect instance or traffic distribution group.
|
SearchAvailablePhoneNumbersResult |
withNextToken(java.lang.String nextToken)
If there are additional results, this is the token for the next set of
results.
|
public java.lang.String getNextToken()
If there are additional results, this is the token for the next set of results.
Constraints:
Length: 1 - 100000
If there are additional results, this is the token for the next set of results.
public void setNextToken(java.lang.String nextToken)
If there are additional results, this is the token for the next set of results.
Constraints:
Length: 1 - 100000
nextToken - If there are additional results, this is the token for the next set of results.
public SearchAvailablePhoneNumbersResult withNextToken(java.lang.String nextToken)
If there are additional results, this is the token for the next set of results.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 100000
nextToken - If there are additional results, this is the token for the next set of results.
public java.util.List<AvailableNumberSummary> getAvailableNumbersList()
A list of available phone numbers that you can claim to your Amazon Connect instance or traffic distribution group.
A list of available phone numbers that you can claim to your Amazon Connect instance or traffic distribution group.
public void setAvailableNumbersList(java.util.Collection<AvailableNumberSummary> availableNumbersList)
A list of available phone numbers that you can claim to your Amazon Connect instance or traffic distribution group.
availableNumbersList - A list of available phone numbers that you can claim to your Amazon Connect instance or traffic distribution group.
public SearchAvailablePhoneNumbersResult withAvailableNumbersList(AvailableNumberSummary... availableNumbersList)
A list of available phone numbers that you can claim to your Amazon Connect instance or traffic distribution group.
Returns a reference to this object so that method calls can be chained together.
availableNumbersList - A list of available phone numbers that you can claim to your Amazon Connect instance or traffic distribution group.
public SearchAvailablePhoneNumbersResult withAvailableNumbersList(java.util.Collection<AvailableNumberSummary> availableNumbersList)
A list of available phone numbers that you can claim to your Amazon Connect instance or traffic distribution group.
Returns a reference to this object so that method calls can be chained together.
availableNumbersList - A list of available phone numbers that you can claim to your Amazon Connect instance or traffic distribution group.
public java.lang.String toString()
toString in class java.lang.ObjectObject.toString()public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Object