public class ListPhoneNumbersV2Result
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
ListPhoneNumbersV2Result() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.util.List<ListPhoneNumbersSummary> |
getListPhoneNumbersSummaryList()
Information about phone numbers that have been claimed to your Amazon
Connect instances or traffic distribution groups.
|
java.lang.String |
getNextToken()
If there are additional results, this is the token for the next set of
results.
|
int |
hashCode() |
void |
setListPhoneNumbersSummaryList(java.util.Collection<ListPhoneNumbersSummary> listPhoneNumbersSummaryList)
Information about phone numbers that have been claimed to your Amazon
Connect instances or traffic distribution groups.
|
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.
|
ListPhoneNumbersV2Result |
withListPhoneNumbersSummaryList(java.util.Collection<ListPhoneNumbersSummary> listPhoneNumbersSummaryList)
Information about phone numbers that have been claimed to your Amazon
Connect instances or traffic distribution groups.
|
ListPhoneNumbersV2Result |
withListPhoneNumbersSummaryList(ListPhoneNumbersSummary... listPhoneNumbersSummaryList)
Information about phone numbers that have been claimed to your Amazon
Connect instances or traffic distribution groups.
|
ListPhoneNumbersV2Result |
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 ListPhoneNumbersV2Result 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<ListPhoneNumbersSummary> getListPhoneNumbersSummaryList()
Information about phone numbers that have been claimed to your Amazon Connect instances or traffic distribution groups.
Information about phone numbers that have been claimed to your Amazon Connect instances or traffic distribution groups.
public void setListPhoneNumbersSummaryList(java.util.Collection<ListPhoneNumbersSummary> listPhoneNumbersSummaryList)
Information about phone numbers that have been claimed to your Amazon Connect instances or traffic distribution groups.
listPhoneNumbersSummaryList - Information about phone numbers that have been claimed to your Amazon Connect instances or traffic distribution groups.
public ListPhoneNumbersV2Result withListPhoneNumbersSummaryList(ListPhoneNumbersSummary... listPhoneNumbersSummaryList)
Information about phone numbers that have been claimed to your Amazon Connect instances or traffic distribution groups.
Returns a reference to this object so that method calls can be chained together.
listPhoneNumbersSummaryList - Information about phone numbers that have been claimed to your Amazon Connect instances or traffic distribution groups.
public ListPhoneNumbersV2Result withListPhoneNumbersSummaryList(java.util.Collection<ListPhoneNumbersSummary> listPhoneNumbersSummaryList)
Information about phone numbers that have been claimed to your Amazon Connect instances or traffic distribution groups.
Returns a reference to this object so that method calls can be chained together.
listPhoneNumbersSummaryList - Information about phone numbers that have been claimed to your Amazon Connect instances or traffic distribution groups.
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