@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) |
MapConfigurationUpdate |
getConfigurationUpdate()
Updates the parts of the map configuration that can be updated, including the political view.
|
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 |
setConfigurationUpdate(MapConfigurationUpdate configurationUpdate)
Updates the parts of the map configuration that can be updated, including the political view.
|
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 |
withConfigurationUpdate(MapConfigurationUpdate configurationUpdate)
Updates the parts of the map configuration that can be updated, including the political view.
|
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, 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 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
.PricingPlan
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 setConfigurationUpdate(MapConfigurationUpdate configurationUpdate)
Updates the parts of the map configuration that can be updated, including the political view.
configurationUpdate
- Updates the parts of the map configuration that can be updated, including the political view.public MapConfigurationUpdate getConfigurationUpdate()
Updates the parts of the map configuration that can be updated, including the political view.
public UpdateMapRequest withConfigurationUpdate(MapConfigurationUpdate configurationUpdate)
Updates the parts of the map configuration that can be updated, including the political view.
configurationUpdate
- Updates the parts of the map configuration that can be updated, including the political view.public String toString()
toString
in class Object
Object.toString()
public UpdateMapRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()