|
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.UpdateDefaultSearchFieldResult
public class UpdateDefaultSearchFieldResult
A response message that contains the status of an updated default search field.
Constructor Summary | |
---|---|
UpdateDefaultSearchFieldResult()
|
Method Summary | |
---|---|
boolean |
equals(Object obj)
|
DefaultSearchFieldStatus |
getDefaultSearchField()
The value of the DefaultSearchField configured for this
search domain and its current status. |
int |
hashCode()
|
void |
setDefaultSearchField(DefaultSearchFieldStatus defaultSearchField)
The value of the DefaultSearchField configured for this
search domain and its current status. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
UpdateDefaultSearchFieldResult |
withDefaultSearchField(DefaultSearchFieldStatus defaultSearchField)
The value of the DefaultSearchField configured for this
search domain and its current status. |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public UpdateDefaultSearchFieldResult()
Method Detail |
---|
public DefaultSearchFieldStatus getDefaultSearchField()
DefaultSearchField
configured for this
search domain and its current status.
DefaultSearchField
configured for this
search domain and its current status.public void setDefaultSearchField(DefaultSearchFieldStatus defaultSearchField)
DefaultSearchField
configured for this
search domain and its current status.
defaultSearchField
- The value of the DefaultSearchField
configured for this
search domain and its current status.public UpdateDefaultSearchFieldResult withDefaultSearchField(DefaultSearchFieldStatus defaultSearchField)
DefaultSearchField
configured for this
search domain and its current status.
Returns a reference to this object so that method calls can be chained together.
defaultSearchField
- The value of the DefaultSearchField
configured for this
search domain and its current status.
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 |