public static final class CfnRouteCalculatorProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnRouteCalculatorProps
CfnRouteCalculatorProps
CfnRouteCalculatorProps.Builder, CfnRouteCalculatorProps.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(java.lang.Object o) |
java.lang.String |
getCalculatorName()
The name of the route calculator resource.
|
java.lang.String |
getDataSource()
Specifies the data provider of traffic and road network data.
|
java.lang.String |
getDescription()
The optional description for the route calculator resource.
|
java.lang.String |
getPricingPlan()
No longer used.
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final java.lang.String getCalculatorName()
CfnRouteCalculatorProps
Requirements:
ExampleRouteCalculator
.getCalculatorName
in interface CfnRouteCalculatorProps
public final java.lang.String getDataSource()
CfnRouteCalculatorProps
This field is case-sensitive. Enter the valid values as shown. For example, entering
HERE
returns an error.
Valid values include:
Esri
– For additional information about Esri 's coverage in your region of interest, see Esri details on street networks and traffic coverage .Route calculators that use Esri as a data source only calculate routes that are shorter than 400 km.
Grab
– Grab provides routing functionality for Southeast Asia. For additional information about GrabMaps ' coverage, see GrabMaps countries and areas covered .Here
– For additional information about HERE Technologies ' coverage in your region of interest, see HERE car routing coverage and HERE truck routing coverage .For additional information , see Data providers on the Amazon Location Service Developer Guide .
getDataSource
in interface CfnRouteCalculatorProps
public final java.lang.String getDescription()
CfnRouteCalculatorProps
getDescription
in interface CfnRouteCalculatorProps
public final java.lang.String getPricingPlan()
CfnRouteCalculatorProps
Allowed Values : RequestBasedUsage
getPricingPlan
in interface CfnRouteCalculatorProps
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()