|
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.DefaultSearchFieldStatus
public class DefaultSearchFieldStatus
The value of the DefaultSearchField
configured for this search domain and its current status.
Constructor Summary | |
---|---|
DefaultSearchFieldStatus()
|
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
|
java.lang.String |
getOptions()
The name of the IndexField to use as the default search
field. |
OptionStatus |
getStatus()
The status of an option, including when it was last updated and whether it is actively in use for searches. |
int |
hashCode()
|
void |
setOptions(java.lang.String options)
The name of the IndexField to use as the default search
field. |
void |
setStatus(OptionStatus status)
The status of an option, including when it was last updated and whether it is actively in use for searches. |
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
DefaultSearchFieldStatus |
withOptions(java.lang.String options)
The name of the IndexField to use as the default search
field. |
DefaultSearchFieldStatus |
withStatus(OptionStatus status)
The status of an option, including when it was last updated and whether it is actively in use for searches. |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public DefaultSearchFieldStatus()
Method Detail |
---|
public java.lang.String getOptions()
IndexField
to use as the default search
field. The default is an empty string, which automatically searches
all text fields.
Constraints:
Length: 1 - 64
Pattern: [a-z][a-z0-9_]*
IndexField
to use as the default search
field. The default is an empty string, which automatically searches
all text fields.public void setOptions(java.lang.String options)
IndexField
to use as the default search
field. The default is an empty string, which automatically searches
all text fields.
Constraints:
Length: 1 - 64
Pattern: [a-z][a-z0-9_]*
options
- The name of the IndexField
to use as the default search
field. The default is an empty string, which automatically searches
all text fields.public DefaultSearchFieldStatus withOptions(java.lang.String options)
IndexField
to use as the default search
field. The default is an empty string, which automatically searches
all text fields.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 64
Pattern: [a-z][a-z0-9_]*
options
- The name of the IndexField
to use as the default search
field. The default is an empty string, which automatically searches
all text fields.
public OptionStatus getStatus()
public void setStatus(OptionStatus status)
status
- The status of an option, including when it was last updated and
whether it is actively in use for searches.public DefaultSearchFieldStatus withStatus(OptionStatus status)
Returns a reference to this object so that method calls can be chained together.
status
- The status of an option, including when it was last updated and
whether it is actively in use for searches.
public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |