@Generated(value="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.
| Modifier and Type | Class and Description |
|---|---|
static interface |
MapMatchingConfig.Builder |
| Modifier and Type | Method and Description |
|---|---|
static MapMatchingConfig.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
idAttributeName()
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() |
String |
timestampAttributeName()
The name of the timestamp attribute.
|
MapMatchingConfig.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
xAttributeName()
The name of the X-attribute
|
String |
yAttributeName()
The name of the Y-attribute
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String idAttributeName()
The field name for the data that describes the identifier representing a collection of GPS points belonging to an individual trace.
public final String timestampAttributeName()
The name of the timestamp attribute.
public final String xAttributeName()
The name of the X-attribute
public final String yAttributeName()
The name of the Y-attribute
public MapMatchingConfig.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<MapMatchingConfig.Builder,MapMatchingConfig>public static MapMatchingConfig.Builder builder()
public static Class<? extends MapMatchingConfig.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.