@Generated(value="software.amazon.awssdk:codegen") public final class CandidateAddress extends Object implements SdkPojo, Serializable, ToCopyableBuilder<CandidateAddress.Builder,CandidateAddress>
A suggested address.
| Modifier and Type | Class and Description |
|---|---|
static interface |
CandidateAddress.Builder |
| Modifier and Type | Method and Description |
|---|---|
static CandidateAddress.Builder |
builder() |
String |
city()
The city of a candidate address.
|
String |
country()
The country of a candidate address.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
postalCode()
The postal code of a candidate address.
|
String |
postalCodePlus4()
The Zip + 4 or postal code + 4 of a candidate address.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends CandidateAddress.Builder> |
serializableBuilderClass() |
String |
state()
The state of a candidate address.
|
String |
streetInfo()
The street information of a candidate address
|
String |
streetNumber()
The numeric portion of a candidate address.
|
CandidateAddress.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String streetInfo()
The street information of a candidate address
public final String streetNumber()
The numeric portion of a candidate address.
public final String city()
The city of a candidate address.
public final String state()
The state of a candidate address.
public final String postalCode()
The postal code of a candidate address.
public final String postalCodePlus4()
The Zip + 4 or postal code + 4 of a candidate address.
public final String country()
The country of a candidate address.
public CandidateAddress.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<CandidateAddress.Builder,CandidateAddress>public static CandidateAddress.Builder builder()
public static Class<? extends CandidateAddress.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.