@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()
Deprecated.
|
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)
Deprecated.
|
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)
Deprecated.
|
UpdateMapRequest |
withPricingPlan(String pricingPlan)
Deprecated.
|
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.@Deprecated public void setPricingPlan(String pricingPlan)
No longer used. If included, the only allowed value is RequestBasedUsage.
pricingPlan - No longer used. If included, the only allowed value is RequestBasedUsage.PricingPlan@Deprecated public String getPricingPlan()
No longer used. If included, the only allowed value is RequestBasedUsage.
RequestBasedUsage.PricingPlan@Deprecated public UpdateMapRequest withPricingPlan(String pricingPlan)
No longer used. If included, the only allowed value is RequestBasedUsage.
pricingPlan - No longer used. If included, the only allowed value is RequestBasedUsage.PricingPlan@Deprecated public UpdateMapRequest withPricingPlan(PricingPlan pricingPlan)
No longer used. If included, the only allowed value is RequestBasedUsage.
pricingPlan - No longer used. If included, the only allowed value is RequestBasedUsage.PricingPlanpublic String toString()
toString in class ObjectObject.toString()public UpdateMapRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2023. All rights reserved.