Class PhonemeTranscription
- java.lang.Object
-
- software.amazon.awssdk.services.geoplaces.model.PhonemeTranscription
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<PhonemeTranscription.Builder,PhonemeTranscription>
@Generated("software.amazon.awssdk:codegen") public final class PhonemeTranscription extends Object implements SdkPojo, Serializable, ToCopyableBuilder<PhonemeTranscription.Builder,PhonemeTranscription>
How to pronounce the various components of the address or place.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfacePhonemeTranscription.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static PhonemeTranscription.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Stringlanguage()A list of BCP 47 compliant language codes for the results to be rendered in.Booleanpreferred()Boolean which indicates if it the preferred pronunciation.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends PhonemeTranscription.Builder>serializableBuilderClass()PhonemeTranscription.BuildertoBuilder()StringtoString()Returns a string representation of this object.Stringvalue()Value which indicates how to pronounce the value.-
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
-
value
public final String value()
Value which indicates how to pronounce the value.
- Returns:
- Value which indicates how to pronounce the value.
-
language
public final String language()
A list of BCP 47 compliant language codes for the results to be rendered in. If there is no data for the result in the requested language, data will be returned in the default language for the entry.
- Returns:
- A list of BCP 47 compliant language codes for the results to be rendered in. If there is no data for the result in the requested language, data will be returned in the default language for the entry.
-
preferred
public final Boolean preferred()
Boolean which indicates if it the preferred pronunciation.
- Returns:
- Boolean which indicates if it the preferred pronunciation.
-
toBuilder
public PhonemeTranscription.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<PhonemeTranscription.Builder,PhonemeTranscription>
-
builder
public static PhonemeTranscription.Builder builder()
-
serializableBuilderClass
public static Class<? extends PhonemeTranscription.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.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-