@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ClearQuerySuggestionsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ClearQuerySuggestionsRequest() |
Modifier and Type | Method and Description |
---|---|
ClearQuerySuggestionsRequest |
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 clear query suggestions from.
|
int |
hashCode() |
void |
setIndexId(String indexId)
The identifier of the index you want to clear query suggestions from.
|
String |
toString()
Returns a string representation of this object.
|
ClearQuerySuggestionsRequest |
withIndexId(String indexId)
The identifier of the index you want to clear query suggestions from.
|
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 setIndexId(String indexId)
The identifier of the index you want to clear query suggestions from.
indexId
- The identifier of the index you want to clear query suggestions from.public String getIndexId()
The identifier of the index you want to clear query suggestions from.
public ClearQuerySuggestionsRequest withIndexId(String indexId)
The identifier of the index you want to clear query suggestions from.
indexId
- The identifier of the index you want to clear query suggestions from.public String toString()
toString
in class Object
Object.toString()
public ClearQuerySuggestionsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()