|
Did this page help you?Yes No Tell us about it... |
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.services.cloudsearch.model.DescribeDefaultSearchFieldResult
public class DescribeDefaultSearchFieldResult
A response message that contains the default search field for a search domain.
Constructor Summary | |
---|---|
DescribeDefaultSearchFieldResult()
|
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public DescribeDefaultSearchFieldResult()
Method Detail |
---|
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 Object
Object.toString()
public int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |