@Generated(value="software.amazon.awssdk:codegen") public final class ValidateE911AddressRequest extends ChimeSdkVoiceRequest implements ToCopyableBuilder<ValidateE911AddressRequest.Builder,ValidateE911AddressRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ValidateE911AddressRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
awsAccountId()
The AWS account ID.
|
static ValidateE911AddressRequest.Builder |
builder() |
String |
city()
The address city, such as
Portland. |
String |
country()
The country in the address being validated.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
postalCode()
The dress postal code, such
04352. |
List<SdkField<?>> |
sdkFields() |
static Class<? extends ValidateE911AddressRequest.Builder> |
serializableBuilderClass() |
String |
state()
The address state, such as
ME. |
String |
streetInfo()
The address street information, such as
8th Avenue. |
String |
streetNumber()
The address street number, such as
200 or 2121. |
ValidateE911AddressRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String awsAccountId()
The AWS account ID.
public final String streetNumber()
The address street number, such as 200 or 2121.
200 or 2121.public final String streetInfo()
The address street information, such as 8th Avenue.
8th Avenue.public final String city()
The address city, such as Portland.
Portland.public final String state()
The address state, such as ME.
ME.public final String country()
The country in the address being validated.
public final String postalCode()
The dress postal code, such 04352.
04352.public ValidateE911AddressRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ValidateE911AddressRequest.Builder,ValidateE911AddressRequest>toBuilder in class ChimeSdkVoiceRequestpublic static ValidateE911AddressRequest.Builder builder()
public static Class<? extends ValidateE911AddressRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2023. All rights reserved.