@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 you want to describe query suggestions settings for.
|
int |
hashCode() |
void |
setIndexId(String indexId)
The identifier of the index you want to describe query suggestions settings for.
|
String |
toString()
Returns a string representation of this object.
|
DescribeQuerySuggestionsConfigRequest |
withIndexId(String indexId)
The identifier of the index you want to describe query suggestions settings for.
|
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 DescribeQuerySuggestionsConfigRequest()
public void setIndexId(String indexId)
The identifier of the index you want to describe query suggestions settings for.
indexId
- The identifier of the index you want to describe query suggestions settings for.public String getIndexId()
The identifier of the index you want to describe query suggestions settings for.
public DescribeQuerySuggestionsConfigRequest withIndexId(String indexId)
The identifier of the index you want to describe query suggestions settings for.
indexId
- The identifier of the index you want to describe query suggestions settings for.public String toString()
toString
in class Object
Object.toString()
public DescribeQuerySuggestionsConfigRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()