@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeQuerySuggestionsConfigRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
DescribeQuerySuggestionsConfigRequest() |
| Modifier and Type | Method and Description |
|---|---|
DescribeQuerySuggestionsConfigRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getIndexId()
The identifier of the index with query suggestions that you want to get information on.
|
int |
hashCode() |
void |
setIndexId(String indexId)
The identifier of the index with query suggestions that you want to get information on.
|
String |
toString()
Returns a string representation of this object.
|
DescribeQuerySuggestionsConfigRequest |
withIndexId(String indexId)
The identifier of the index with query suggestions that you want to get information on.
|
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 DescribeQuerySuggestionsConfigRequest()
public void setIndexId(String indexId)
The identifier of the index with query suggestions that you want to get information on.
indexId - The identifier of the index with query suggestions that you want to get information on.public String getIndexId()
The identifier of the index with query suggestions that you want to get information on.
public DescribeQuerySuggestionsConfigRequest withIndexId(String indexId)
The identifier of the index with query suggestions that you want to get information on.
indexId - The identifier of the index with query suggestions that you want to get information on.public String toString()
toString in class ObjectObject.toString()public DescribeQuerySuggestionsConfigRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()