@Deprecated public class DescribeDefaultSearchFieldResult extends Object implements Serializable
A response message that contains the default search field for a search domain.
| Constructor and Description |
|---|
DescribeDefaultSearchFieldResult()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj)
Deprecated.
|
DefaultSearchFieldStatus |
getDefaultSearchField()
Deprecated.
The name of the
IndexField to use for search requests
issued with the q parameter. |
int |
hashCode()
Deprecated.
|
void |
setDefaultSearchField(DefaultSearchFieldStatus defaultSearchField)
Deprecated.
The name of the
IndexField to use for search requests
issued with the q parameter. |
String |
toString()
Deprecated.
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeDefaultSearchFieldResult |
withDefaultSearchField(DefaultSearchFieldStatus defaultSearchField)
Deprecated.
The name of the
IndexField to use for search requests
issued with the q parameter. |
public DescribeDefaultSearchFieldResult()
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.