@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListRouteCalculatorsResponseEntry extends Object implements Serializable, Cloneable, StructuredPojo
A route calculator resource listed in your AWS account.
Constructor and Description |
---|
ListRouteCalculatorsResponseEntry() |
Modifier and Type | Method and Description |
---|---|
ListRouteCalculatorsResponseEntry |
clone() |
boolean |
equals(Object obj) |
String |
getCalculatorName()
The name of the route calculator resource.
|
Date |
getCreateTime()
The timestamp when the route calculator resource was created in ISO 8601 format:
YYYY-MM-DDThh:mm:ss.sssZ . |
String |
getDataSource()
The data provider of traffic and road network data.
|
String |
getDescription()
The optional description of the route calculator resource.
|
String |
getPricingPlan()
Deprecated.
|
Date |
getUpdateTime()
The timestamp when the route calculator resource was last updated in ISO 8601 format:
YYYY-MM-DDThh:mm:ss.sssZ . |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setCalculatorName(String calculatorName)
The name of the route calculator resource.
|
void |
setCreateTime(Date createTime)
The timestamp when the route calculator resource was created in ISO 8601 format:
YYYY-MM-DDThh:mm:ss.sssZ . |
void |
setDataSource(String dataSource)
The data provider of traffic and road network data.
|
void |
setDescription(String description)
The optional description of the route calculator resource.
|
void |
setPricingPlan(String pricingPlan)
Deprecated.
|
void |
setUpdateTime(Date updateTime)
The timestamp when the route calculator resource was last updated in ISO 8601 format:
YYYY-MM-DDThh:mm:ss.sssZ . |
String |
toString()
Returns a string representation of this object.
|
ListRouteCalculatorsResponseEntry |
withCalculatorName(String calculatorName)
The name of the route calculator resource.
|
ListRouteCalculatorsResponseEntry |
withCreateTime(Date createTime)
The timestamp when the route calculator resource was created in ISO 8601 format:
YYYY-MM-DDThh:mm:ss.sssZ . |
ListRouteCalculatorsResponseEntry |
withDataSource(String dataSource)
The data provider of traffic and road network data.
|
ListRouteCalculatorsResponseEntry |
withDescription(String description)
The optional description of the route calculator resource.
|
ListRouteCalculatorsResponseEntry |
withPricingPlan(PricingPlan pricingPlan)
Deprecated.
|
ListRouteCalculatorsResponseEntry |
withPricingPlan(String pricingPlan)
Deprecated.
|
ListRouteCalculatorsResponseEntry |
withUpdateTime(Date updateTime)
The timestamp when the route calculator resource was last updated in ISO 8601 format:
YYYY-MM-DDThh:mm:ss.sssZ . |
public void setCalculatorName(String calculatorName)
The name of the route calculator resource.
calculatorName
- The name of the route calculator resource.public String getCalculatorName()
The name of the route calculator resource.
public ListRouteCalculatorsResponseEntry withCalculatorName(String calculatorName)
The name of the route calculator resource.
calculatorName
- The name of the route calculator resource.public void setCreateTime(Date createTime)
The timestamp when the route calculator resource was created in ISO 8601 format:
YYYY-MM-DDThh:mm:ss.sssZ
.
For example, 2020–07-2T12:15:20.000Z+01:00
createTime
- The timestamp when the route calculator resource was created in ISO 8601 format:
YYYY-MM-DDThh:mm:ss.sssZ
.
For example, 2020–07-2T12:15:20.000Z+01:00
public Date getCreateTime()
The timestamp when the route calculator resource was created in ISO 8601 format:
YYYY-MM-DDThh:mm:ss.sssZ
.
For example, 2020–07-2T12:15:20.000Z+01:00
YYYY-MM-DDThh:mm:ss.sssZ
.
For example, 2020–07-2T12:15:20.000Z+01:00
public ListRouteCalculatorsResponseEntry withCreateTime(Date createTime)
The timestamp when the route calculator resource was created in ISO 8601 format:
YYYY-MM-DDThh:mm:ss.sssZ
.
For example, 2020–07-2T12:15:20.000Z+01:00
createTime
- The timestamp when the route calculator resource was created in ISO 8601 format:
YYYY-MM-DDThh:mm:ss.sssZ
.
For example, 2020–07-2T12:15:20.000Z+01:00
public void setDataSource(String dataSource)
The data provider of traffic and road network data. Indicates one of the available providers:
Esri
Here
For more information about data providers, see Amazon Location Service data providers.
dataSource
- The data provider of traffic and road network data. Indicates one of the available providers:
Esri
Here
For more information about data providers, see Amazon Location Service data providers.
public String getDataSource()
The data provider of traffic and road network data. Indicates one of the available providers:
Esri
Here
For more information about data providers, see Amazon Location Service data providers.
Esri
Here
For more information about data providers, see Amazon Location Service data providers.
public ListRouteCalculatorsResponseEntry withDataSource(String dataSource)
The data provider of traffic and road network data. Indicates one of the available providers:
Esri
Here
For more information about data providers, see Amazon Location Service data providers.
dataSource
- The data provider of traffic and road network data. Indicates one of the available providers:
Esri
Here
For more information about data providers, see Amazon Location Service data providers.
public void setDescription(String description)
The optional description of the route calculator resource.
description
- The optional description of the route calculator resource.public String getDescription()
The optional description of the route calculator resource.
public ListRouteCalculatorsResponseEntry withDescription(String description)
The optional description of the route calculator resource.
description
- The optional description of the route calculator resource.@Deprecated public void setPricingPlan(String pricingPlan)
Always returns RequestBasedUsage
.
pricingPlan
- Always returns RequestBasedUsage
.PricingPlan
@Deprecated public String getPricingPlan()
Always returns RequestBasedUsage
.
RequestBasedUsage
.PricingPlan
@Deprecated public ListRouteCalculatorsResponseEntry withPricingPlan(String pricingPlan)
Always returns RequestBasedUsage
.
pricingPlan
- Always returns RequestBasedUsage
.PricingPlan
@Deprecated public ListRouteCalculatorsResponseEntry withPricingPlan(PricingPlan pricingPlan)
Always returns RequestBasedUsage
.
pricingPlan
- Always returns RequestBasedUsage
.PricingPlan
public void setUpdateTime(Date updateTime)
The timestamp when the route calculator resource was last updated in ISO 8601 format:
YYYY-MM-DDThh:mm:ss.sssZ
.
For example, 2020–07-2T12:15:20.000Z+01:00
updateTime
- The timestamp when the route calculator resource was last updated in ISO 8601 format:
YYYY-MM-DDThh:mm:ss.sssZ
.
For example, 2020–07-2T12:15:20.000Z+01:00
public Date getUpdateTime()
The timestamp when the route calculator resource was last updated in ISO 8601 format:
YYYY-MM-DDThh:mm:ss.sssZ
.
For example, 2020–07-2T12:15:20.000Z+01:00
YYYY-MM-DDThh:mm:ss.sssZ
.
For example, 2020–07-2T12:15:20.000Z+01:00
public ListRouteCalculatorsResponseEntry withUpdateTime(Date updateTime)
The timestamp when the route calculator resource was last updated in ISO 8601 format:
YYYY-MM-DDThh:mm:ss.sssZ
.
For example, 2020–07-2T12:15:20.000Z+01:00
updateTime
- The timestamp when the route calculator resource was last updated in ISO 8601 format:
YYYY-MM-DDThh:mm:ss.sssZ
.
For example, 2020–07-2T12:15:20.000Z+01:00
public String toString()
toString
in class Object
Object.toString()
public ListRouteCalculatorsResponseEntry clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.