@Generated(value="software.amazon.awssdk:codegen") public final class ListPhoneNumbersSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ListPhoneNumbersSummary.Builder,ListPhoneNumbersSummary>
Information about phone numbers that have been claimed to your Amazon Connect instance or traffic distribution group.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListPhoneNumbersSummary.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ListPhoneNumbersSummary.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
phoneNumber()
The phone number.
|
String |
phoneNumberArn()
The Amazon Resource Name (ARN) of the phone number.
|
PhoneNumberCountryCode |
phoneNumberCountryCode()
The ISO country code.
|
String |
phoneNumberCountryCodeAsString()
The ISO country code.
|
String |
phoneNumberId()
A unique identifier for the phone number.
|
PhoneNumberType |
phoneNumberType()
The type of phone number.
|
String |
phoneNumberTypeAsString()
The type of phone number.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ListPhoneNumbersSummary.Builder> |
serializableBuilderClass() |
String |
targetArn()
The Amazon Resource Name (ARN) for Amazon Connect instances or traffic distribution groups that phone numbers are
claimed to.
|
ListPhoneNumbersSummary.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String phoneNumberId()
A unique identifier for the phone number.
public final String phoneNumberArn()
The Amazon Resource Name (ARN) of the phone number.
public final String phoneNumber()
The phone number. Phone numbers are formatted
[+] [country code] [subscriber number including area code].
[+] [country code] [subscriber number including area code].public final PhoneNumberCountryCode phoneNumberCountryCode()
The ISO country code.
If the service returns an enum value that is not available in the current SDK version,
phoneNumberCountryCode will return PhoneNumberCountryCode.UNKNOWN_TO_SDK_VERSION. The raw value
returned by the service is available from phoneNumberCountryCodeAsString().
PhoneNumberCountryCodepublic final String phoneNumberCountryCodeAsString()
The ISO country code.
If the service returns an enum value that is not available in the current SDK version,
phoneNumberCountryCode will return PhoneNumberCountryCode.UNKNOWN_TO_SDK_VERSION. The raw value
returned by the service is available from phoneNumberCountryCodeAsString().
PhoneNumberCountryCodepublic final PhoneNumberType phoneNumberType()
The type of phone number.
If the service returns an enum value that is not available in the current SDK version, phoneNumberType
will return PhoneNumberType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from phoneNumberTypeAsString().
PhoneNumberTypepublic final String phoneNumberTypeAsString()
The type of phone number.
If the service returns an enum value that is not available in the current SDK version, phoneNumberType
will return PhoneNumberType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from phoneNumberTypeAsString().
PhoneNumberTypepublic final String targetArn()
The Amazon Resource Name (ARN) for Amazon Connect instances or traffic distribution groups that phone numbers are claimed to.
public ListPhoneNumbersSummary.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ListPhoneNumbersSummary.Builder,ListPhoneNumbersSummary>public static ListPhoneNumbersSummary.Builder builder()
public static Class<? extends ListPhoneNumbersSummary.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.