@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateMapRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
UpdateMapRequest() |
| Modifier and Type | Method and Description |
|---|---|
UpdateMapRequest |
clone() |
boolean |
equals(Object obj) |
String |
getDescription()
Updates the description for the map resource.
|
String |
getMapName()
The name of the map resource to update.
|
String |
getPricingPlan()
Updates the pricing plan for the map resource.
|
int |
hashCode() |
void |
setDescription(String description)
Updates the description for the map resource.
|
void |
setMapName(String mapName)
The name of the map resource to update.
|
void |
setPricingPlan(String pricingPlan)
Updates the pricing plan for the map resource.
|
String |
toString()
Returns a string representation of this object.
|
UpdateMapRequest |
withDescription(String description)
Updates the description for the map resource.
|
UpdateMapRequest |
withMapName(String mapName)
The name of the map resource to update.
|
UpdateMapRequest |
withPricingPlan(PricingPlan pricingPlan)
Updates the pricing plan for the map resource.
|
UpdateMapRequest |
withPricingPlan(String pricingPlan)
Updates the pricing plan for the map 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 setDescription(String description)
Updates the description for the map resource.
description - Updates the description for the map resource.public String getDescription()
Updates the description for the map resource.
public UpdateMapRequest withDescription(String description)
Updates the description for the map resource.
description - Updates the description for the map resource.public void setMapName(String mapName)
The name of the map resource to update.
mapName - The name of the map resource to update.public String getMapName()
The name of the map resource to update.
public UpdateMapRequest withMapName(String mapName)
The name of the map resource to update.
mapName - The name of the map resource to update.public void setPricingPlan(String pricingPlan)
Updates the pricing plan for the map resource.
For more information about each pricing plan option restrictions, see Amazon Location Service pricing.
pricingPlan - Updates the pricing plan for the map resource.
For more information about each pricing plan option restrictions, see Amazon Location Service pricing.
PricingPlanpublic String getPricingPlan()
Updates the pricing plan for the map 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 UpdateMapRequest withPricingPlan(String pricingPlan)
Updates the pricing plan for the map resource.
For more information about each pricing plan option restrictions, see Amazon Location Service pricing.
pricingPlan - Updates the pricing plan for the map resource.
For more information about each pricing plan option restrictions, see Amazon Location Service pricing.
PricingPlanpublic UpdateMapRequest withPricingPlan(PricingPlan pricingPlan)
Updates the pricing plan for the map resource.
For more information about each pricing plan option restrictions, see Amazon Location Service pricing.
pricingPlan - Updates the pricing plan for the map resource.
For more information about each pricing plan option restrictions, see Amazon Location Service pricing.
PricingPlanpublic String toString()
toString in class ObjectObject.toString()public UpdateMapRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2021. All rights reserved.