Class CandidateAddress
- java.lang.Object
-
- software.amazon.awssdk.services.chime.model.CandidateAddress
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<CandidateAddress.Builder,CandidateAddress>
@Generated("software.amazon.awssdk:codegen") public final class CandidateAddress extends Object implements SdkPojo, Serializable, ToCopyableBuilder<CandidateAddress.Builder,CandidateAddress>
A suggested address.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceCandidateAddress.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static CandidateAddress.Builderbuilder()Stringcity()The city of a candidate address.Stringcountry()The country of a candidate address.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringpostalCode()The postal code of a candidate address.StringpostalCodePlus4()The Zip + 4 or postal code + 4 of a candidate address.List<SdkField<?>>sdkFields()static Class<? extends CandidateAddress.Builder>serializableBuilderClass()Stringstate()The state of a candidate address.StringstreetInfo()The street information of a candidate addressStringstreetNumber()The numeric portion of a candidate address.CandidateAddress.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
streetInfo
public final String streetInfo()
The street information of a candidate address
- Returns:
- The street information of a candidate address
-
streetNumber
public final String streetNumber()
The numeric portion of a candidate address.
- Returns:
- The numeric portion of a candidate address.
-
city
public final String city()
The city of a candidate address.
- Returns:
- The city of a candidate address.
-
state
public final String state()
The state of a candidate address.
- Returns:
- The state of a candidate address.
-
postalCode
public final String postalCode()
The postal code of a candidate address.
- Returns:
- The postal code of a candidate address.
-
postalCodePlus4
public final String postalCodePlus4()
The Zip + 4 or postal code + 4 of a candidate address.
- Returns:
- The Zip + 4 or postal code + 4 of a candidate address.
-
country
public final String country()
The country of a candidate address.
- Returns:
- The country of a candidate address.
-
toBuilder
public CandidateAddress.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<CandidateAddress.Builder,CandidateAddress>
-
builder
public static CandidateAddress.Builder builder()
-
serializableBuilderClass
public static Class<? extends CandidateAddress.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-