@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdatePlaceIndexRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
UpdatePlaceIndexRequest() |
Modifier and Type | Method and Description |
---|---|
UpdatePlaceIndexRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
DataSourceConfiguration |
getDataSourceConfiguration()
Updates the data storage option for the place index resource.
|
String |
getDescription()
Updates the description for the place index resource.
|
String |
getIndexName()
The name of the place index resource to update.
|
String |
getPricingPlan()
Updates the pricing plan for the place index resource.
|
int |
hashCode() |
void |
setDataSourceConfiguration(DataSourceConfiguration dataSourceConfiguration)
Updates the data storage option for the place index resource.
|
void |
setDescription(String description)
Updates the description for the place index resource.
|
void |
setIndexName(String indexName)
The name of the place index resource to update.
|
void |
setPricingPlan(String pricingPlan)
Updates the pricing plan for the place index resource.
|
String |
toString()
Returns a string representation of this object.
|
UpdatePlaceIndexRequest |
withDataSourceConfiguration(DataSourceConfiguration dataSourceConfiguration)
Updates the data storage option for the place index resource.
|
UpdatePlaceIndexRequest |
withDescription(String description)
Updates the description for the place index resource.
|
UpdatePlaceIndexRequest |
withIndexName(String indexName)
The name of the place index resource to update.
|
UpdatePlaceIndexRequest |
withPricingPlan(PricingPlan pricingPlan)
Updates the pricing plan for the place index resource.
|
UpdatePlaceIndexRequest |
withPricingPlan(String pricingPlan)
Updates the pricing plan for the place index 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 setDataSourceConfiguration(DataSourceConfiguration dataSourceConfiguration)
Updates the data storage option for the place index resource.
dataSourceConfiguration
- Updates the data storage option for the place index resource.public DataSourceConfiguration getDataSourceConfiguration()
Updates the data storage option for the place index resource.
public UpdatePlaceIndexRequest withDataSourceConfiguration(DataSourceConfiguration dataSourceConfiguration)
Updates the data storage option for the place index resource.
dataSourceConfiguration
- Updates the data storage option for the place index resource.public void setDescription(String description)
Updates the description for the place index resource.
description
- Updates the description for the place index resource.public String getDescription()
Updates the description for the place index resource.
public UpdatePlaceIndexRequest withDescription(String description)
Updates the description for the place index resource.
description
- Updates the description for the place index resource.public void setIndexName(String indexName)
The name of the place index resource to update.
indexName
- The name of the place index resource to update.public String getIndexName()
The name of the place index resource to update.
public UpdatePlaceIndexRequest withIndexName(String indexName)
The name of the place index resource to update.
indexName
- The name of the place index resource to update.public void setPricingPlan(String pricingPlan)
Updates the pricing plan for the place index resource.
For more information about each pricing plan option restrictions, see Amazon Location Service pricing.
pricingPlan
- Updates the pricing plan for the place index 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 place index 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 UpdatePlaceIndexRequest withPricingPlan(String pricingPlan)
Updates the pricing plan for the place index resource.
For more information about each pricing plan option restrictions, see Amazon Location Service pricing.
pricingPlan
- Updates the pricing plan for the place index resource.
For more information about each pricing plan option restrictions, see Amazon Location Service pricing.
PricingPlan
public UpdatePlaceIndexRequest withPricingPlan(PricingPlan pricingPlan)
Updates the pricing plan for the place index resource.
For more information about each pricing plan option restrictions, see Amazon Location Service pricing.
pricingPlan
- Updates the pricing plan for the place index 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 UpdatePlaceIndexRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()