@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListPhoneNumbersV2Result extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListPhoneNumbersV2Result() |
Modifier and Type | Method and Description |
---|---|
ListPhoneNumbersV2Result |
clone() |
boolean |
equals(Object obj) |
List<ListPhoneNumbersSummary> |
getListPhoneNumbersSummaryList()
Information about phone numbers that have been claimed to your Amazon Connect instances or traffic distribution
groups.
|
String |
getNextToken()
If there are additional results, this is the token for the next set of results.
|
int |
hashCode() |
void |
setListPhoneNumbersSummaryList(Collection<ListPhoneNumbersSummary> listPhoneNumbersSummaryList)
Information about phone numbers that have been claimed to your Amazon Connect instances or traffic distribution
groups.
|
void |
setNextToken(String nextToken)
If there are additional results, this is the token for the next set of results.
|
String |
toString()
Returns a string representation of this object.
|
ListPhoneNumbersV2Result |
withListPhoneNumbersSummaryList(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(String nextToken)
If there are additional results, this is the token for the next set of results.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setNextToken(String nextToken)
If there are additional results, this is the token for the next set of results.
nextToken
- If there are additional results, this is the token for the next set of results.public String getNextToken()
If there are additional results, this is the token for the next set of results.
public ListPhoneNumbersV2Result withNextToken(String nextToken)
If there are additional results, this is the token for the next set of results.
nextToken
- If there are additional results, this is the token for the next set of results.public List<ListPhoneNumbersSummary> getListPhoneNumbersSummaryList()
Information about phone numbers that have been claimed to your Amazon Connect instances or traffic distribution groups.
public void setListPhoneNumbersSummaryList(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.
NOTE: This method appends the values to the existing list (if any). Use
setListPhoneNumbersSummaryList(java.util.Collection)
or
withListPhoneNumbersSummaryList(java.util.Collection)
if you want to override the existing values.
listPhoneNumbersSummaryList
- Information about phone numbers that have been claimed to your Amazon Connect instances or traffic
distribution groups.public ListPhoneNumbersV2Result withListPhoneNumbersSummaryList(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 String toString()
toString
in class Object
Object.toString()
public ListPhoneNumbersV2Result clone()