@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class MapMatchingConfig extends Object implements Serializable, Cloneable, StructuredPojo
The input structure for Map Matching operation type.
Constructor and Description |
---|
MapMatchingConfig() |
Modifier and Type | Method and Description |
---|---|
MapMatchingConfig |
clone() |
boolean |
equals(Object obj) |
String |
getIdAttributeName()
The field name for the data that describes the identifier representing a collection of GPS points belonging to an
individual trace.
|
String |
getTimestampAttributeName()
The name of the timestamp attribute.
|
String |
getXAttributeName()
The name of the X-attribute
|
String |
getYAttributeName()
The name of the Y-attribute
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setIdAttributeName(String idAttributeName)
The field name for the data that describes the identifier representing a collection of GPS points belonging to an
individual trace.
|
void |
setTimestampAttributeName(String timestampAttributeName)
The name of the timestamp attribute.
|
void |
setXAttributeName(String xAttributeName)
The name of the X-attribute
|
void |
setYAttributeName(String yAttributeName)
The name of the Y-attribute
|
String |
toString()
Returns a string representation of this object.
|
MapMatchingConfig |
withIdAttributeName(String idAttributeName)
The field name for the data that describes the identifier representing a collection of GPS points belonging to an
individual trace.
|
MapMatchingConfig |
withTimestampAttributeName(String timestampAttributeName)
The name of the timestamp attribute.
|
MapMatchingConfig |
withXAttributeName(String xAttributeName)
The name of the X-attribute
|
MapMatchingConfig |
withYAttributeName(String yAttributeName)
The name of the Y-attribute
|
public void setIdAttributeName(String idAttributeName)
The field name for the data that describes the identifier representing a collection of GPS points belonging to an individual trace.
idAttributeName
- The field name for the data that describes the identifier representing a collection of GPS points
belonging to an individual trace.public String getIdAttributeName()
The field name for the data that describes the identifier representing a collection of GPS points belonging to an individual trace.
public MapMatchingConfig withIdAttributeName(String idAttributeName)
The field name for the data that describes the identifier representing a collection of GPS points belonging to an individual trace.
idAttributeName
- The field name for the data that describes the identifier representing a collection of GPS points
belonging to an individual trace.public void setTimestampAttributeName(String timestampAttributeName)
The name of the timestamp attribute.
timestampAttributeName
- The name of the timestamp attribute.public String getTimestampAttributeName()
The name of the timestamp attribute.
public MapMatchingConfig withTimestampAttributeName(String timestampAttributeName)
The name of the timestamp attribute.
timestampAttributeName
- The name of the timestamp attribute.public void setXAttributeName(String xAttributeName)
The name of the X-attribute
xAttributeName
- The name of the X-attributepublic String getXAttributeName()
The name of the X-attribute
public MapMatchingConfig withXAttributeName(String xAttributeName)
The name of the X-attribute
xAttributeName
- The name of the X-attributepublic void setYAttributeName(String yAttributeName)
The name of the Y-attribute
yAttributeName
- The name of the Y-attributepublic String getYAttributeName()
The name of the Y-attribute
public MapMatchingConfig withYAttributeName(String yAttributeName)
The name of the Y-attribute
yAttributeName
- The name of the Y-attributepublic String toString()
toString
in class Object
Object.toString()
public MapMatchingConfig clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.