@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()
Creates a shallow clone of this object for all fields except the handler context.
|
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, 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, withSdkRequestTimeout
public 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.
PricingPlan
public 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.
PricingPlan
public 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.
PricingPlan
public 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.
PricingPlan
public String toString()
toString
in class Object
Object.toString()
public UpdateRouteCalculatorRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()