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