Class MatchScoreDetails
- java.lang.Object
-
- software.amazon.awssdk.services.geoplaces.model.MatchScoreDetails
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<MatchScoreDetails.Builder,MatchScoreDetails>
@Generated("software.amazon.awssdk:codegen") public final class MatchScoreDetails extends Object implements SdkPojo, Serializable, ToCopyableBuilder<MatchScoreDetails.Builder,MatchScoreDetails>
Details related to the match score.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceMatchScoreDetails.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static MatchScoreDetails.Builderbuilder()ComponentMatchScorescomponents()Indicates how well the component input matches the returned.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Doubleoverall()Indicates how well the entire input matches the returned.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends MatchScoreDetails.Builder>serializableBuilderClass()MatchScoreDetails.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
-
overall
public final Double overall()
Indicates how well the entire input matches the returned. It is equal to 1 if all input tokens are recognized and matched.
- Returns:
- Indicates how well the entire input matches the returned. It is equal to 1 if all input tokens are recognized and matched.
-
components
public final ComponentMatchScores components()
Indicates how well the component input matches the returned. It is equal to 1 if all input tokens are recognized and matched.
- Returns:
- Indicates how well the component input matches the returned. It is equal to 1 if all input tokens are recognized and matched.
-
toBuilder
public MatchScoreDetails.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<MatchScoreDetails.Builder,MatchScoreDetails>
-
builder
public static MatchScoreDetails.Builder builder()
-
serializableBuilderClass
public static Class<? extends MatchScoreDetails.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
-
-