@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class VectorEnrichmentJobConfig extends Object implements Serializable, Cloneable, StructuredPojo
It contains configs such as ReverseGeocodingConfig and MapMatchingConfig.
Constructor and Description |
---|
VectorEnrichmentJobConfig() |
Modifier and Type | Method and Description |
---|---|
VectorEnrichmentJobConfig |
clone() |
boolean |
equals(Object obj) |
MapMatchingConfig |
getMapMatchingConfig()
|
ReverseGeocodingConfig |
getReverseGeocodingConfig()
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setMapMatchingConfig(MapMatchingConfig mapMatchingConfig)
|
void |
setReverseGeocodingConfig(ReverseGeocodingConfig reverseGeocodingConfig)
|
String |
toString()
Returns a string representation of this object.
|
VectorEnrichmentJobConfig |
withMapMatchingConfig(MapMatchingConfig mapMatchingConfig)
|
VectorEnrichmentJobConfig |
withReverseGeocodingConfig(ReverseGeocodingConfig reverseGeocodingConfig)
|
public void setMapMatchingConfig(MapMatchingConfig mapMatchingConfig)
mapMatchingConfig
- public MapMatchingConfig getMapMatchingConfig()
public VectorEnrichmentJobConfig withMapMatchingConfig(MapMatchingConfig mapMatchingConfig)
mapMatchingConfig
- public void setReverseGeocodingConfig(ReverseGeocodingConfig reverseGeocodingConfig)
reverseGeocodingConfig
- public ReverseGeocodingConfig getReverseGeocodingConfig()
public VectorEnrichmentJobConfig withReverseGeocodingConfig(ReverseGeocodingConfig reverseGeocodingConfig)
reverseGeocodingConfig
- public String toString()
toString
in class Object
Object.toString()
public VectorEnrichmentJobConfig clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.