@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 the candidate address.
|
String |
country()
The country of the 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 the candidate address.
|
String |
postalCodePlus4()
The zip + 4 or postal code +4 of the candidate address.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends CandidateAddress.Builder> |
serializableBuilderClass() |
String |
state()
The state of the candidate address.
|
String |
streetInfo()
The street information of the candidate address.
|
String |
streetNumber()
The numeric portion of the 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 the candidate address.
public final String streetNumber()
The numeric portion of the candidate address.
public final String city()
The city of the candidate address.
public final String state()
The state of the candidate address.
public final String postalCode()
The postal code of the candidate address.
public final String postalCodePlus4()
The zip + 4 or postal code +4 of the candidate address.
public final String country()
The country of the 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 © 2023. All rights reserved.