Class MapMatchingConfig
- java.lang.Object
-
- software.amazon.awssdk.services.sagemakergeospatial.model.MapMatchingConfig
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<MapMatchingConfig.Builder,MapMatchingConfig>
@Generated("software.amazon.awssdk:codegen") public final class MapMatchingConfig extends Object implements SdkPojo, Serializable, ToCopyableBuilder<MapMatchingConfig.Builder,MapMatchingConfig>
The input structure for Map Matching operation type.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceMapMatchingConfig.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static MapMatchingConfig.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringidAttributeName()The field name for the data that describes the identifier representing a collection of GPS points belonging to an individual trace.List<SdkField<?>>sdkFields()static Class<? extends MapMatchingConfig.Builder>serializableBuilderClass()StringtimestampAttributeName()The name of the timestamp attribute.MapMatchingConfig.BuildertoBuilder()StringtoString()Returns a string representation of this object.StringxAttributeName()The name of the X-attributeStringyAttributeName()The name of the Y-attribute-
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
-
idAttributeName
public final String idAttributeName()
The field name for the data that describes the identifier representing a collection of GPS points belonging to an individual trace.
- Returns:
- The field name for the data that describes the identifier representing a collection of GPS points belonging to an individual trace.
-
timestampAttributeName
public final String timestampAttributeName()
The name of the timestamp attribute.
- Returns:
- The name of the timestamp attribute.
-
xAttributeName
public final String xAttributeName()
The name of the X-attribute
- Returns:
- The name of the X-attribute
-
yAttributeName
public final String yAttributeName()
The name of the Y-attribute
- Returns:
- The name of the Y-attribute
-
toBuilder
public MapMatchingConfig.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<MapMatchingConfig.Builder,MapMatchingConfig>
-
builder
public static MapMatchingConfig.Builder builder()
-
serializableBuilderClass
public static Class<? extends MapMatchingConfig.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.
-
-