|
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.DefineIndexFieldResult
public class DefineIndexFieldResult
A response message that contains the status of an updated index field.
| Constructor Summary | |
|---|---|
DefineIndexFieldResult()
|
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object obj)
|
IndexFieldStatus |
getIndexField()
The value of an IndexField and its current status. |
int |
hashCode()
|
void |
setIndexField(IndexFieldStatus indexField)
The value of an IndexField and its current status. |
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
DefineIndexFieldResult |
withIndexField(IndexFieldStatus indexField)
The value of an IndexField and its current status. |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public DefineIndexFieldResult()
| Method Detail |
|---|
public IndexFieldStatus getIndexField()
IndexField and its current status.
IndexField and its current status.public void setIndexField(IndexFieldStatus indexField)
IndexField and its current status.
indexField - The value of an IndexField and its current status.public DefineIndexFieldResult withIndexField(IndexFieldStatus indexField)
IndexField and its current status.
Returns a reference to this object so that method calls can be chained together.
indexField - The value of an IndexField and its current status.
public java.lang.String toString()
toString in class java.lang.ObjectObject.toString()public int hashCode()
hashCode in class java.lang.Objectpublic 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 | ||||||