Interface NumberValidateResponse.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<NumberValidateResponse.Builder,
,NumberValidateResponse> SdkBuilder<NumberValidateResponse.Builder,
,NumberValidateResponse> SdkPojo
- Enclosing class:
NumberValidateResponse
-
Method Summary
Modifier and TypeMethodDescriptionThe carrier or service provider that the phone number is currently registered with.The name of the city where the phone number was originally registered.cleansedPhoneNumberE164
(String cleansedPhoneNumberE164) The cleansed phone number, in E.164 format, for the location where the phone number was originally registered.cleansedPhoneNumberNational
(String cleansedPhoneNumberNational) The cleansed phone number, in the format for the location where the phone number was originally registered.The name of the country or region where the phone number was originally registered.countryCodeIso2
(String countryCodeIso2) The two-character code, in ISO 3166-1 alpha-2 format, for the country or region where the phone number was originally registered.countryCodeNumeric
(String countryCodeNumeric) The numeric code for the country or region where the phone number was originally registered.The name of the county where the phone number was originally registered.originalCountryCodeIso2
(String originalCountryCodeIso2) The two-character code, in ISO 3166-1 alpha-2 format, that was sent in the request body.originalPhoneNumber
(String originalPhoneNumber) The phone number that was sent in the request body.The description of the phone type.phoneTypeCode
(Integer phoneTypeCode) The phone type, represented by an integer.The time zone for the location where the phone number was originally registered.The postal or ZIP code for the location where the phone number was originally registered.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
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.
- Parameters:
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:
- Returns a reference to this object so that method calls can be chained together.
-
city
The name of the city where the phone number was originally registered.
- Parameters:
city
- The name of the city where the phone number was originally registered.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
cleansedPhoneNumberE164
The cleansed phone number, in E.164 format, for the location where the phone number was originally registered.
- Parameters:
cleansedPhoneNumberE164
- The cleansed phone number, in E.164 format, for the location where the phone number was originally registered.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
cleansedPhoneNumberNational
The cleansed phone number, in the format for the location where the phone number was originally registered.
- Parameters:
cleansedPhoneNumberNational
- The cleansed phone number, in the format for the location where the phone number was originally registered.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
country
The name of the country or region where the phone number was originally registered.
- Parameters:
country
- The name of the country or region where the phone number was originally registered.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
countryCodeIso2
The two-character code, in ISO 3166-1 alpha-2 format, for the country or region where the phone number was originally registered.
- Parameters:
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:
- Returns a reference to this object so that method calls can be chained together.
-
countryCodeNumeric
The numeric code for the country or region where the phone number was originally registered.
- Parameters:
countryCodeNumeric
- The numeric code for the country or region where the phone number was originally registered.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
county
The name of the county where the phone number was originally registered.
- Parameters:
county
- The name of the county where the phone number was originally registered.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
originalCountryCodeIso2
The two-character code, in ISO 3166-1 alpha-2 format, that was sent in the request body.
- Parameters:
originalCountryCodeIso2
- The two-character code, in ISO 3166-1 alpha-2 format, that was sent in the request body.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
originalPhoneNumber
The phone number that was sent in the request body.
- Parameters:
originalPhoneNumber
- The phone number that was sent in the request body.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
phoneType
The description of the phone type. Valid values are: MOBILE, LANDLINE, VOIP, INVALID, PREPAID, and OTHER.
- Parameters:
phoneType
- The description of the phone type. Valid values are: MOBILE, LANDLINE, VOIP, INVALID, PREPAID, and OTHER.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
phoneTypeCode
The phone type, represented by an integer. Valid values are: 0 (mobile), 1 (landline), 2 (VoIP), 3 (invalid), 4 (other), and 5 (prepaid).
- Parameters:
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:
- Returns a reference to this object so that method calls can be chained together.
-
timezone
The time zone for the location where the phone number was originally registered.
- Parameters:
timezone
- The time zone for the location where the phone number was originally registered.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
zipCode
The postal or ZIP code for the location where the phone number was originally registered.
- Parameters:
zipCode
- The postal or ZIP code for the location where the phone number was originally registered.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-