/*
* Copyright 2018-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance with
* the License. A copy of the License is located at
*
* http://aws.amazon.com/apache2.0
*
* or in the "license" file accompanying this file. This file is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR
* CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions
* and limitations under the License.
*/
package com.amazonaws.services.location.model;
import java.io.Serializable;
import javax.annotation.Generated;
/**
*
* @see AWS
* API Documentation
*/
@Generated("com.amazonaws:aws-java-sdk-code-generator")
public class DescribeRouteCalculatorResult extends com.amazonaws.AmazonWebServiceResult
* The Amazon Resource Name (ARN) for the Route calculator resource. Use the ARN when you specify a resource across
* Amazon Web Services.
*
* Format example:
* The name of the route calculator resource being described.
*
* The timestamp when the route calculator resource was created in ISO 8601 format:
*
* For example,
* The data provider of traffic and road network data. Indicates one of the available providers:
*
*
*
*
* For more information about data providers, see Amazon Location
* Service data providers.
*
* The optional description of the route calculator resource.
*
* Always returns
* Tags associated with route calculator resource.
*
* The timestamp when the route calculator resource was last updated in ISO 8601 format:
*
* For example,
* The Amazon Resource Name (ARN) for the Route calculator resource. Use the ARN when you specify a resource across
* Amazon Web Services.
*
* Format example:
*
*/
private String calculatorArn;
/**
* arn:aws:geo:region:account-id:route-calculator/ExampleCalculator
* YYYY-MM-DDThh:mm:ss.sssZ
.
*
*
*/
private java.util.Date createTime;
/**
* 2020–07-2T12:15:20.000Z+01:00
*
*
* Esri
* Grab
* Here
* RequestBasedUsage
.
* YYYY-MM-DDThh:mm:ss.sssZ
.
*
*
*/
private java.util.Date updateTime;
/**
* 2020–07-2T12:15:20.000Z+01:00
*
*
*
* @param calculatorArn
* The Amazon Resource Name (ARN) for the Route calculator resource. Use the ARN when you specify a resource
* across Amazon Web Services.arn:aws:geo:region:account-id:route-calculator/ExampleCalculator
*
* Format example: arn:aws:geo:region:account-id:route-calculator/ExampleCalculator
*
* The Amazon Resource Name (ARN) for the Route calculator resource. Use the ARN when you specify a resource across * Amazon Web Services. *
*
* Format example: arn:aws:geo:region:account-id:route-calculator/ExampleCalculator
*
* Format example: arn:aws:geo:region:account-id:route-calculator/ExampleCalculator
*
* The Amazon Resource Name (ARN) for the Route calculator resource. Use the ARN when you specify a resource across * Amazon Web Services. *
*
* Format example: arn:aws:geo:region:account-id:route-calculator/ExampleCalculator
*
* Format example: arn:aws:geo:region:account-id:route-calculator/ExampleCalculator
*
* The name of the route calculator resource being described. *
* * @param calculatorName * The name of the route calculator resource being described. */ public void setCalculatorName(String calculatorName) { this.calculatorName = calculatorName; } /** ** The name of the route calculator resource being described. *
* * @return The name of the route calculator resource being described. */ public String getCalculatorName() { return this.calculatorName; } /** ** The name of the route calculator resource being described. *
* * @param calculatorName * The name of the route calculator resource being described. * @return Returns a reference to this object so that method calls can be chained together. */ public DescribeRouteCalculatorResult withCalculatorName(String calculatorName) { setCalculatorName(calculatorName); return this; } /** *
* 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
*
* 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
*
* 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
*
* The data provider of traffic and road network data. Indicates one of the available providers: *
*
* Esri
*
* Grab
*
* Here
*
* For more information about data providers, see Amazon Location * Service data providers. *
* * @param dataSource * The data provider of traffic and road network data. Indicates one of the available providers: *
* Esri
*
* Grab
*
* Here
*
* For more information about data providers, see Amazon * Location Service data providers. */ public void setDataSource(String dataSource) { this.dataSource = dataSource; } /** *
* The data provider of traffic and road network data. Indicates one of the available providers: *
*
* Esri
*
* Grab
*
* Here
*
* For more information about data providers, see Amazon Location * Service data providers. *
* * @return The data provider of traffic and road network data. Indicates one of the available providers: *
* Esri
*
* Grab
*
* Here
*
* For more information about data providers, see Amazon * Location Service data providers. */ public String getDataSource() { return this.dataSource; } /** *
* The data provider of traffic and road network data. Indicates one of the available providers: *
*
* Esri
*
* Grab
*
* Here
*
* For more information about data providers, see Amazon Location * Service data providers. *
* * @param dataSource * The data provider of traffic and road network data. Indicates one of the available providers: *
* Esri
*
* Grab
*
* Here
*
* For more information about data providers, see Amazon * Location Service data providers. * @return Returns a reference to this object so that method calls can be chained together. */ public DescribeRouteCalculatorResult withDataSource(String dataSource) { setDataSource(dataSource); return this; } /** *
* The optional description of the route calculator resource. *
* * @param description * The optional description of the route calculator resource. */ public void setDescription(String description) { this.description = description; } /** ** The optional description of the route calculator resource. *
* * @return The optional description of the route calculator resource. */ public String getDescription() { return this.description; } /** ** The optional description of the route calculator resource. *
* * @param description * The optional description of the route calculator resource. * @return Returns a reference to this object so that method calls can be chained together. */ public DescribeRouteCalculatorResult withDescription(String description) { setDescription(description); return this; } /** *
* Always returns RequestBasedUsage
.
*
RequestBasedUsage
.
* @see PricingPlan
*/
@Deprecated
public void setPricingPlan(String pricingPlan) {
this.pricingPlan = pricingPlan;
}
/**
*
* Always returns RequestBasedUsage
.
*
RequestBasedUsage
.
* @see PricingPlan
*/
@Deprecated
public String getPricingPlan() {
return this.pricingPlan;
}
/**
*
* Always returns RequestBasedUsage
.
*
RequestBasedUsage
.
* @return Returns a reference to this object so that method calls can be chained together.
* @see PricingPlan
*/
@Deprecated
public DescribeRouteCalculatorResult withPricingPlan(String pricingPlan) {
setPricingPlan(pricingPlan);
return this;
}
/**
*
* Always returns RequestBasedUsage
.
*
RequestBasedUsage
.
* @return Returns a reference to this object so that method calls can be chained together.
* @see PricingPlan
*/
@Deprecated
public DescribeRouteCalculatorResult withPricingPlan(PricingPlan pricingPlan) {
this.pricingPlan = pricingPlan.toString();
return this;
}
/**
* * Tags associated with route calculator resource. *
* * @return Tags associated with route calculator resource. */ public java.util.Map* Tags associated with route calculator resource. *
* * @param tags * Tags associated with route calculator resource. */ public void setTags(java.util.Map* Tags associated with route calculator resource. *
* * @param tags * Tags associated with route calculator resource. * @return Returns a reference to this object so that method calls can be chained together. */ public DescribeRouteCalculatorResult withTags(java.util.Map
* 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
*
* 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
*
* 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
*