@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListPhoneNumbersResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
ListPhoneNumbersResult() |
| Modifier and Type | Method and Description |
|---|---|
ListPhoneNumbersResult |
clone() |
boolean |
equals(Object obj) |
String |
getNextToken()
If there are additional results, this is the token for the next set of results.
|
List<PhoneNumberSummary> |
getPhoneNumberSummaryList()
Information about the phone numbers.
|
int |
hashCode() |
void |
setNextToken(String nextToken)
If there are additional results, this is the token for the next set of results.
|
void |
setPhoneNumberSummaryList(Collection<PhoneNumberSummary> phoneNumberSummaryList)
Information about the phone numbers.
|
String |
toString()
Returns a string representation of this object.
|
ListPhoneNumbersResult |
withNextToken(String nextToken)
If there are additional results, this is the token for the next set of results.
|
ListPhoneNumbersResult |
withPhoneNumberSummaryList(Collection<PhoneNumberSummary> phoneNumberSummaryList)
Information about the phone numbers.
|
ListPhoneNumbersResult |
withPhoneNumberSummaryList(PhoneNumberSummary... phoneNumberSummaryList)
Information about the phone numbers.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic List<PhoneNumberSummary> getPhoneNumberSummaryList()
Information about the phone numbers.
public void setPhoneNumberSummaryList(Collection<PhoneNumberSummary> phoneNumberSummaryList)
Information about the phone numbers.
phoneNumberSummaryList - Information about the phone numbers.public ListPhoneNumbersResult withPhoneNumberSummaryList(PhoneNumberSummary... phoneNumberSummaryList)
Information about the phone numbers.
NOTE: This method appends the values to the existing list (if any). Use
setPhoneNumberSummaryList(java.util.Collection) or
withPhoneNumberSummaryList(java.util.Collection) if you want to override the existing values.
phoneNumberSummaryList - Information about the phone numbers.public ListPhoneNumbersResult withPhoneNumberSummaryList(Collection<PhoneNumberSummary> phoneNumberSummaryList)
Information about the phone numbers.
phoneNumberSummaryList - Information about the phone numbers.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 ListPhoneNumbersResult 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 String toString()
toString in class ObjectObject.toString()public ListPhoneNumbersResult clone()