@Generated(value="software.amazon.awssdk:codegen") public final class NumberValidateResponse extends Object implements SdkPojo, Serializable, ToCopyableBuilder<NumberValidateResponse.Builder,NumberValidateResponse>
Modifier and Type | Class and Description |
---|---|
static interface |
NumberValidateResponse.Builder |
Modifier and Type | Method and Description |
---|---|
static NumberValidateResponse.Builder |
builder() |
String |
carrier()
The carrier or servive provider that the phone number is currently registered with.
|
String |
city()
The city where the phone number was originally registered.
|
String |
cleansedPhoneNumberE164()
The cleansed phone number, shown in E.164 format.
|
String |
cleansedPhoneNumberNational()
The cleansed phone number, shown in the local phone number format.
|
String |
country()
The country or region where the phone number was originally registered.
|
String |
countryCodeIso2()
The two-character ISO code for the country or region where the phone number was originally registered.
|
String |
countryCodeNumeric()
The numeric code for the country or region where the phone number was originally registered.
|
String |
county()
The county where the phone number was originally registered.
|
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
originalCountryCodeIso2()
The two-character code (in ISO 3166-1 alpha-2 format) for the country or region in the request body.
|
String |
originalPhoneNumber()
The phone number that you included in the request body.
|
String |
phoneType()
A description of the phone type.
|
Integer |
phoneTypeCode()
The phone type, represented by an integer.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends NumberValidateResponse.Builder> |
serializableBuilderClass() |
String |
timezone()
The time zone for the location where the phone number was originally registered.
|
NumberValidateResponse.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
String |
zipCode()
The postal code for the location where the phone number was originally registered.
|
copy
public String carrier()
public String city()
public String cleansedPhoneNumberE164()
public String cleansedPhoneNumberNational()
public String country()
public String countryCodeIso2()
public String countryCodeNumeric()
public String county()
public String originalCountryCodeIso2()
public String originalPhoneNumber()
public String phoneType()
public Integer phoneTypeCode()
public String timezone()
public String zipCode()
public NumberValidateResponse.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<NumberValidateResponse.Builder,NumberValidateResponse>
public static NumberValidateResponse.Builder builder()
public static Class<? extends NumberValidateResponse.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.