Class NumberValidateResponse
- All Implemented Interfaces:
Serializable
,SdkPojo
,ToCopyableBuilder<NumberValidateResponse.Builder,
NumberValidateResponse>
Provides information about a phone number.
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionbuilder()
final String
carrier()
The carrier or service provider that the phone number is currently registered with.final String
city()
The name of the city where the phone number was originally registered.final String
The cleansed phone number, in E.164 format, for the location where the phone number was originally registered.final String
The cleansed phone number, in the format for the location where the phone number was originally registered.final String
country()
The name of the country or region where the phone number was originally registered.final String
The two-character code, in ISO 3166-1 alpha-2 format, for the country or region where the phone number was originally registered.final String
The numeric code for the country or region where the phone number was originally registered.final String
county()
The name of the county where the phone number was originally registered.final boolean
final boolean
equalsBySdkFields
(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 int
hashCode()
final String
The two-character code, in ISO 3166-1 alpha-2 format, that was sent in the request body.final String
The phone number that was sent in the request body.final String
The description of the phone type.final Integer
The phone type, represented by an integer.static Class
<? extends NumberValidateResponse.Builder> final String
timezone()
The time zone for the location where the phone number was originally registered.Take this object and create a builder that contains all of the current property values of this object.final String
toString()
Returns a string representation of this object.final String
zipCode()
The postal or ZIP code for the location where the phone number was originally registered.Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
carrier
The carrier or service provider that the phone number is currently registered with. In some countries and regions, this value may be the carrier or service provider that the phone number was originally registered with.
- Returns:
- The carrier or service provider that the phone number is currently registered with. In some countries and regions, this value may be the carrier or service provider that the phone number was originally registered with.
-
city
The name of the city where the phone number was originally registered.
- Returns:
- The name of the city where the phone number was originally registered.
-
cleansedPhoneNumberE164
The cleansed phone number, in E.164 format, for the location where the phone number was originally registered.
- Returns:
- The cleansed phone number, in E.164 format, for the location where the phone number was originally registered.
-
cleansedPhoneNumberNational
The cleansed phone number, in the format for the location where the phone number was originally registered.
- Returns:
- The cleansed phone number, in the format for the location where the phone number was originally registered.
-
country
The name of the country or region where the phone number was originally registered.
- Returns:
- The name of the country or region where the phone number was originally registered.
-
countryCodeIso2
The two-character code, in ISO 3166-1 alpha-2 format, for the country or region where the phone number was originally registered.
- Returns:
- The two-character code, in ISO 3166-1 alpha-2 format, for the country or region where the phone number was originally registered.
-
countryCodeNumeric
The numeric code for the country or region where the phone number was originally registered.
- Returns:
- The numeric code for the country or region where the phone number was originally registered.
-
county
The name of the county where the phone number was originally registered.
- Returns:
- The name of the county where the phone number was originally registered.
-
originalCountryCodeIso2
The two-character code, in ISO 3166-1 alpha-2 format, that was sent in the request body.
- Returns:
- The two-character code, in ISO 3166-1 alpha-2 format, that was sent in the request body.
-
originalPhoneNumber
The phone number that was sent in the request body.
- Returns:
- The phone number that was sent in the request body.
-
phoneType
The description of the phone type. Valid values are: MOBILE, LANDLINE, VOIP, INVALID, PREPAID, and OTHER.
- Returns:
- The description of the phone type. Valid values are: MOBILE, LANDLINE, VOIP, INVALID, PREPAID, and OTHER.
-
phoneTypeCode
The phone type, represented by an integer. Valid values are: 0 (mobile), 1 (landline), 2 (VoIP), 3 (invalid), 4 (other), and 5 (prepaid).
- Returns:
- The phone type, represented by an integer. Valid values are: 0 (mobile), 1 (landline), 2 (VoIP), 3 (invalid), 4 (other), and 5 (prepaid).
-
timezone
The time zone for the location where the phone number was originally registered.
- Returns:
- The time zone for the location where the phone number was originally registered.
-
zipCode
The postal or ZIP code for the location where the phone number was originally registered.
- Returns:
- The postal or ZIP code for the location where the phone number was originally registered.
-
toBuilder
Description copied from interface:ToCopyableBuilder
Take this object and create a builder that contains all of the current property values of this object.- Specified by:
toBuilder
in interfaceToCopyableBuilder<NumberValidateResponse.Builder,
NumberValidateResponse> - Returns:
- a builder for type T
-
builder
-
serializableBuilderClass
-
hashCode
-
equals
-
equalsBySdkFields
Description copied from interface:SdkPojo
Indicates whether some other object is "equal to" this one by SDK fields. An SDK field is a modeled, non-inherited field in anSdkPojo
class, and is generated based on a service model.If an
SdkPojo
class does not have any inherited fields,equalsBySdkFields
andequals
are essentially the same.- Specified by:
equalsBySdkFields
in interfaceSdkPojo
- 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:
sdkFieldNameToField
in interfaceSdkPojo
- Returns:
- The mapping between the field name and its corresponding field.
-