@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateMapRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
CreateMapRequest() |
Modifier and Type | Method and Description |
---|---|
CreateMapRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
MapConfiguration |
getConfiguration()
Specifies the map style selected from an available data provider.
|
String |
getDescription()
An optional description for the map resource.
|
String |
getMapName()
The name for the map resource.
|
String |
getPricingPlan()
Specifies the pricing plan for your map resource.
|
int |
hashCode() |
void |
setConfiguration(MapConfiguration configuration)
Specifies the map style selected from an available data provider.
|
void |
setDescription(String description)
An optional description for the map resource.
|
void |
setMapName(String mapName)
The name for the map resource.
|
void |
setPricingPlan(String pricingPlan)
Specifies the pricing plan for your map resource.
|
String |
toString()
Returns a string representation of this object.
|
CreateMapRequest |
withConfiguration(MapConfiguration configuration)
Specifies the map style selected from an available data provider.
|
CreateMapRequest |
withDescription(String description)
An optional description for the map resource.
|
CreateMapRequest |
withMapName(String mapName)
The name for the map resource.
|
CreateMapRequest |
withPricingPlan(PricingPlan pricingPlan)
Specifies the pricing plan for your map resource.
|
CreateMapRequest |
withPricingPlan(String pricingPlan)
Specifies the pricing plan for your 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 setConfiguration(MapConfiguration configuration)
Specifies the map style selected from an available data provider.
configuration
- Specifies the map style selected from an available data provider.public MapConfiguration getConfiguration()
Specifies the map style selected from an available data provider.
public CreateMapRequest withConfiguration(MapConfiguration configuration)
Specifies the map style selected from an available data provider.
configuration
- Specifies the map style selected from an available data provider.public void setDescription(String description)
An optional description for the map resource.
description
- An optional description for the map resource.public String getDescription()
An optional description for the map resource.
public CreateMapRequest withDescription(String description)
An optional description for the map resource.
description
- An optional description for the map resource.public void setMapName(String mapName)
The name for the map resource.
Requirements:
Must contain only alphanumeric characters (A–Z, a–z, 0–9), hyphens (-), periods (.), and underscores (_).
Must be a unique map resource name.
No spaces allowed. For example, ExampleMap
.
mapName
- The name for the map resource.
Requirements:
Must contain only alphanumeric characters (A–Z, a–z, 0–9), hyphens (-), periods (.), and underscores (_).
Must be a unique map resource name.
No spaces allowed. For example, ExampleMap
.
public String getMapName()
The name for the map resource.
Requirements:
Must contain only alphanumeric characters (A–Z, a–z, 0–9), hyphens (-), periods (.), and underscores (_).
Must be a unique map resource name.
No spaces allowed. For example, ExampleMap
.
Requirements:
Must contain only alphanumeric characters (A–Z, a–z, 0–9), hyphens (-), periods (.), and underscores (_).
Must be a unique map resource name.
No spaces allowed. For example, ExampleMap
.
public CreateMapRequest withMapName(String mapName)
The name for the map resource.
Requirements:
Must contain only alphanumeric characters (A–Z, a–z, 0–9), hyphens (-), periods (.), and underscores (_).
Must be a unique map resource name.
No spaces allowed. For example, ExampleMap
.
mapName
- The name for the map resource.
Requirements:
Must contain only alphanumeric characters (A–Z, a–z, 0–9), hyphens (-), periods (.), and underscores (_).
Must be a unique map resource name.
No spaces allowed. For example, ExampleMap
.
public void setPricingPlan(String pricingPlan)
Specifies the pricing plan for your map resource.
For additional details and restrictions on each pricing plan option, see the Amazon Location Service pricing page.
pricingPlan
- Specifies the pricing plan for your map resource.
For additional details and restrictions on each pricing plan option, see the Amazon Location Service pricing page.
PricingPlan
public String getPricingPlan()
Specifies the pricing plan for your map resource.
For additional details and restrictions on each pricing plan option, see the Amazon Location Service pricing page.
For additional details and restrictions on each pricing plan option, see the Amazon Location Service pricing page.
PricingPlan
public CreateMapRequest withPricingPlan(String pricingPlan)
Specifies the pricing plan for your map resource.
For additional details and restrictions on each pricing plan option, see the Amazon Location Service pricing page.
pricingPlan
- Specifies the pricing plan for your map resource.
For additional details and restrictions on each pricing plan option, see the Amazon Location Service pricing page.
PricingPlan
public CreateMapRequest withPricingPlan(PricingPlan pricingPlan)
Specifies the pricing plan for your map resource.
For additional details and restrictions on each pricing plan option, see the Amazon Location Service pricing page.
pricingPlan
- Specifies the pricing plan for your map resource.
For additional details and restrictions on each pricing plan option, see the Amazon Location Service pricing page.
PricingPlan
public String toString()
toString
in class Object
Object.toString()
public CreateMapRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()