@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateRouteCalculatorRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
UpdateRouteCalculatorRequest() |
| Modifier and Type | Method and Description |
|---|---|
UpdateRouteCalculatorRequest |
clone() |
boolean |
equals(Object obj) |
String |
getCalculatorName()
The name of the route calculator resource to update.
|
String |
getDescription()
Updates the description for the route calculator resource.
|
String |
getPricingPlan()
Updates the pricing plan for the route calculator resource.
|
int |
hashCode() |
void |
setCalculatorName(String calculatorName)
The name of the route calculator resource to update.
|
void |
setDescription(String description)
Updates the description for the route calculator resource.
|
void |
setPricingPlan(String pricingPlan)
Updates the pricing plan for the route calculator resource.
|
String |
toString()
Returns a string representation of this object.
|
UpdateRouteCalculatorRequest |
withCalculatorName(String calculatorName)
The name of the route calculator resource to update.
|
UpdateRouteCalculatorRequest |
withDescription(String description)
Updates the description for the route calculator resource.
|
UpdateRouteCalculatorRequest |
withPricingPlan(PricingPlan pricingPlan)
Updates the pricing plan for the route calculator resource.
|
UpdateRouteCalculatorRequest |
withPricingPlan(String pricingPlan)
Updates the pricing plan for the route calculator resource.
|
addHandlerContext, copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic void setCalculatorName(String calculatorName)
The name of the route calculator resource to update.
calculatorName - The name of the route calculator resource to update.public String getCalculatorName()
The name of the route calculator resource to update.
public UpdateRouteCalculatorRequest withCalculatorName(String calculatorName)
The name of the route calculator resource to update.
calculatorName - The name of the route calculator resource to update.public void setDescription(String description)
Updates the description for the route calculator resource.
description - Updates the description for the route calculator resource.public String getDescription()
Updates the description for the route calculator resource.
public UpdateRouteCalculatorRequest withDescription(String description)
Updates the description for the route calculator resource.
description - Updates the description for the route calculator resource.public void setPricingPlan(String pricingPlan)
Updates the pricing plan for the route calculator resource.
For more information about each pricing plan option restrictions, see Amazon Location Service pricing.
pricingPlan - Updates the pricing plan for the route calculator resource.
For more information about each pricing plan option restrictions, see Amazon Location Service pricing.
PricingPlanpublic String getPricingPlan()
Updates the pricing plan for the route calculator resource.
For more information about each pricing plan option restrictions, see Amazon Location Service pricing.
For more information about each pricing plan option restrictions, see Amazon Location Service pricing.
PricingPlanpublic UpdateRouteCalculatorRequest withPricingPlan(String pricingPlan)
Updates the pricing plan for the route calculator resource.
For more information about each pricing plan option restrictions, see Amazon Location Service pricing.
pricingPlan - Updates the pricing plan for the route calculator resource.
For more information about each pricing plan option restrictions, see Amazon Location Service pricing.
PricingPlanpublic UpdateRouteCalculatorRequest withPricingPlan(PricingPlan pricingPlan)
Updates the pricing plan for the route calculator resource.
For more information about each pricing plan option restrictions, see Amazon Location Service pricing.
pricingPlan - Updates the pricing plan for the route calculator resource.
For more information about each pricing plan option restrictions, see Amazon Location Service pricing.
PricingPlanpublic String toString()
toString in class ObjectObject.toString()public UpdateRouteCalculatorRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2021. All rights reserved.