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