@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribePlaceIndexRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
DescribePlaceIndexRequest() |
| Modifier and Type | Method and Description |
|---|---|
DescribePlaceIndexRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getIndexName()
The name of the place index resource.
|
int |
hashCode() |
void |
setIndexName(String indexName)
The name of the place index resource.
|
String |
toString()
Returns a string representation of this object.
|
DescribePlaceIndexRequest |
withIndexName(String indexName)
The name of 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, withSdkRequestTimeoutpublic void setIndexName(String indexName)
The name of the place index resource.
indexName - The name of the place index resource.public String getIndexName()
The name of the place index resource.
public DescribePlaceIndexRequest withIndexName(String indexName)
The name of the place index resource.
indexName - The name of the place index resource.public String toString()
toString in class ObjectObject.toString()public DescribePlaceIndexRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()