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