@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() |
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, 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 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.
PricingPlanpublic 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.
PricingPlanpublic 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.
PricingPlanpublic 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.
PricingPlanpublic String toString()
toString in class ObjectObject.toString()public UpdatePlaceIndexRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2021. All rights reserved.