public class DescribePhoneNumberResult
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
DescribePhoneNumberResult() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
ClaimedPhoneNumberSummary |
getClaimedPhoneNumberSummary()
Information about a phone number that's been claimed to your Amazon
Connect instance or traffic distribution group.
|
int |
hashCode() |
void |
setClaimedPhoneNumberSummary(ClaimedPhoneNumberSummary claimedPhoneNumberSummary)
Information about a phone number that's been claimed to your Amazon
Connect instance or traffic distribution group.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribePhoneNumberResult |
withClaimedPhoneNumberSummary(ClaimedPhoneNumberSummary claimedPhoneNumberSummary)
Information about a phone number that's been claimed to your Amazon
Connect instance or traffic distribution group.
|
public ClaimedPhoneNumberSummary getClaimedPhoneNumberSummary()
Information about a phone number that's been claimed to your Amazon Connect instance or traffic distribution group.
Information about a phone number that's been claimed to your Amazon Connect instance or traffic distribution group.
public void setClaimedPhoneNumberSummary(ClaimedPhoneNumberSummary claimedPhoneNumberSummary)
Information about a phone number that's been claimed to your Amazon Connect instance or traffic distribution group.
claimedPhoneNumberSummary - Information about a phone number that's been claimed to your Amazon Connect instance or traffic distribution group.
public DescribePhoneNumberResult withClaimedPhoneNumberSummary(ClaimedPhoneNumberSummary claimedPhoneNumberSummary)
Information about a phone number that's been claimed to your Amazon Connect instance or traffic distribution group.
Returns a reference to this object so that method calls can be chained together.
claimedPhoneNumberSummary - Information about a phone number that's been claimed 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