Class WhatsAppPhoneNumberSummary
java.lang.Object
software.amazon.awssdk.services.socialmessaging.model.WhatsAppPhoneNumberSummary
- All Implemented Interfaces:
- Serializable,- SdkPojo,- ToCopyableBuilder<WhatsAppPhoneNumberSummary.Builder,- WhatsAppPhoneNumberSummary> 
@Generated("software.amazon.awssdk:codegen")
public final class WhatsAppPhoneNumberSummary
extends Object
implements SdkPojo, Serializable, ToCopyableBuilder<WhatsAppPhoneNumberSummary.Builder,WhatsAppPhoneNumberSummary> 
The details of a linked phone number.
- See Also:
- 
Nested Class SummaryNested Classes
- 
Method SummaryModifier and TypeMethodDescriptionfinal Stringarn()The full Amazon Resource Name (ARN) for the phone number.builder()final StringThe geographic region where the WhatsApp phone number's data is stored and processed.final StringThe phone number that appears in the recipients display.final StringThe display name for this phone number.final booleanfinal booleanequalsBySdkFields(Object obj) Indicates whether some other object is "equal to" this one by SDK fields.final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz) final inthashCode()final StringThe phone number ID from Meta.final StringThe phone number associated with the Linked WhatsApp Business Account.final StringThe phone number ID.final StringThe quality rating of the phone number.static Class<? extends WhatsAppPhoneNumberSummary.Builder> Take this object and create a builder that contains all of the current property values of this object.final StringtoString()Returns a string representation of this object.Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuildercopy
- 
Method Details- 
arnThe full Amazon Resource Name (ARN) for the phone number. - Returns:
- The full Amazon Resource Name (ARN) for the phone number.
 
- 
phoneNumberThe phone number associated with the Linked WhatsApp Business Account. - Returns:
- The phone number associated with the Linked WhatsApp Business Account.
 
- 
phoneNumberIdThe phone number ID. Phone number identifiers are formatted as phone-number-id-01234567890123456789012345678901.- Returns:
- The phone number ID. Phone number identifiers are formatted as
         phone-number-id-01234567890123456789012345678901.
 
- 
metaPhoneNumberIdThe phone number ID from Meta. - Returns:
- The phone number ID from Meta.
 
- 
displayPhoneNumberNameThe display name for this phone number. - Returns:
- The display name for this phone number.
 
- 
displayPhoneNumberThe phone number that appears in the recipients display. - Returns:
- The phone number that appears in the recipients display.
 
- 
qualityRatingThe quality rating of the phone number. This is from Meta. - Returns:
- The quality rating of the phone number. This is from Meta.
 
- 
dataLocalizationRegionThe geographic region where the WhatsApp phone number's data is stored and processed. - Returns:
- The geographic region where the WhatsApp phone number's data is stored and processed.
 
- 
toBuilderDescription copied from interface:ToCopyableBuilderTake this object and create a builder that contains all of the current property values of this object.- Specified by:
- toBuilderin interface- ToCopyableBuilder<WhatsAppPhoneNumberSummary.Builder,- WhatsAppPhoneNumberSummary> 
- Returns:
- a builder for type T
 
- 
builder
- 
serializableBuilderClass
- 
hashCode
- 
equals
- 
equalsBySdkFieldsDescription copied from interface:SdkPojoIndicates whether some other object is "equal to" this one by SDK fields. An SDK field is a modeled, non-inherited field in anSdkPojoclass, and is generated based on a service model.If an SdkPojoclass does not have any inherited fields,equalsBySdkFieldsandequalsare essentially the same.- Specified by:
- equalsBySdkFieldsin interface- SdkPojo
- Parameters:
- obj- the object to be compared with
- Returns:
- true if the other object equals to this object by sdk fields, false otherwise.
 
- 
toString
- 
getValueForField
- 
sdkFields
- 
sdkFieldNameToField- Specified by:
- sdkFieldNameToFieldin interface- SdkPojo
- Returns:
- The mapping between the field name and its corresponding field.
 
 
-