public class DefineIndexFieldRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
Container for the parameters to the DefineIndexField
operation. Specifies the name of the domain you want to update and the index
field configuration.
NOOP| Constructor and Description |
|---|
DefineIndexFieldRequest() |
| Modifier and Type | Method and Description |
|---|---|
DefineIndexFieldRequest |
clone() |
boolean |
equals(Object obj) |
String |
getDomainName() |
IndexField |
getIndexField()
The index field and field options you want to configure.
|
int |
hashCode() |
void |
setDomainName(String domainName) |
void |
setIndexField(IndexField indexField)
The index field and field options you want to configure.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DefineIndexFieldRequest |
withDomainName(String domainName) |
DefineIndexFieldRequest |
withIndexField(IndexField indexField)
The index field and field options you want to configure.
|
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 DefineIndexFieldRequest withDomainName(String domainName)
domainName - public void setIndexField(IndexField indexField)
The index field and field options you want to configure.
indexField - The index field and field options you want to configure.public IndexField getIndexField()
The index field and field options you want to configure.
public DefineIndexFieldRequest withIndexField(IndexField indexField)
The index field and field options you want to configure.
indexField - The index field and field options you want to configure.public String toString()
toString in class ObjectObject.toString()public DefineIndexFieldRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2016. All rights reserved.