@Generated(value="com.amazonaws:aws-java-sdk-code-generator") 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()
Creates a shallow clone of this object for all fields except the handler context.
|
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.
|
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 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 Object
Object.toString()
public DefineIndexFieldRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.