public class DeleteIndexFieldRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
Container for the parameters to the DeleteIndexField
operation. Specifies the name of the domain you want to update and the name
of the index field you want to delete.
NOOP| Constructor and Description |
|---|
DeleteIndexFieldRequest() |
| Modifier and Type | Method and Description |
|---|---|
DeleteIndexFieldRequest |
clone() |
boolean |
equals(Object obj) |
String |
getDomainName() |
String |
getIndexFieldName()
The name of the index field your want to remove from the domain's
indexing options.
|
int |
hashCode() |
void |
setDomainName(String domainName) |
void |
setIndexFieldName(String indexFieldName)
The name of the index field your want to remove from the domain's
indexing options.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DeleteIndexFieldRequest |
withDomainName(String domainName) |
DeleteIndexFieldRequest |
withIndexFieldName(String indexFieldName)
The name of the index field your want to remove from the domain's
indexing options.
|
copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic void setDomainName(String domainName)
domainName - public String getDomainName()
public DeleteIndexFieldRequest withDomainName(String domainName)
domainName - public void setIndexFieldName(String indexFieldName)
The name of the index field your want to remove from the domain's indexing options.
indexFieldName - The name of the index field your want to remove from the domain's
indexing options.public String getIndexFieldName()
The name of the index field your want to remove from the domain's indexing options.
public DeleteIndexFieldRequest withIndexFieldName(String indexFieldName)
The name of the index field your want to remove from the domain's indexing options.
indexFieldName - The name of the index field your want to remove from the domain's
indexing options.public String toString()
toString in class ObjectObject.toString()public DeleteIndexFieldRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2016. All rights reserved.