public class DescribeDefaultSearchFieldResult extends Object implements Serializable
A response message that contains the default search field for a search domain.
| Constructor and Description |
|---|
DescribeDefaultSearchFieldResult() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
DefaultSearchFieldStatus |
getDefaultSearchField()
The name of the
IndexField to use for search requests
issued with the q parameter. |
int |
hashCode() |
void |
setDefaultSearchField(DefaultSearchFieldStatus defaultSearchField)
The name of the
IndexField to use for search requests
issued with the q parameter. |
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeDefaultSearchFieldResult |
withDefaultSearchField(DefaultSearchFieldStatus defaultSearchField)
The name of the
IndexField to use for search requests
issued with the q parameter. |
public DefaultSearchFieldStatus getDefaultSearchField()
IndexField to use for search requests
issued with the q parameter. The default is the empty
string, which automatically searches all text fields.IndexField to use for search requests
issued with the q parameter. The default is the empty
string, which automatically searches all text fields.public void setDefaultSearchField(DefaultSearchFieldStatus defaultSearchField)
IndexField to use for search requests
issued with the q parameter. The default is the empty
string, which automatically searches all text fields.defaultSearchField - The name of the IndexField to use for search requests
issued with the q parameter. The default is the empty
string, which automatically searches all text fields.public DescribeDefaultSearchFieldResult withDefaultSearchField(DefaultSearchFieldStatus defaultSearchField)
IndexField to use for search requests
issued with the q parameter. The default is the empty
string, which automatically searches all text fields.
Returns a reference to this object so that method calls can be chained together.
defaultSearchField - The name of the IndexField to use for search requests
issued with the q parameter. The default is the empty
string, which automatically searches all text fields.public String toString()
toString in class ObjectObject.toString()Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.