|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.services.cloudsearchv2.model.DeleteIndexFieldResult
public class DeleteIndexFieldResult
The result of a DeleteIndexField
request.
Constructor Summary | |
---|---|
DeleteIndexFieldResult()
|
Method Summary | |
---|---|
boolean |
equals(Object obj)
|
IndexFieldStatus |
getIndexField()
The status of the index field being deleted. |
int |
hashCode()
|
void |
setIndexField(IndexFieldStatus indexField)
The status of the index field being deleted. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
DeleteIndexFieldResult |
withIndexField(IndexFieldStatus indexField)
The status of the index field being deleted. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public DeleteIndexFieldResult()
Method Detail |
---|
public IndexFieldStatus getIndexField()
public void setIndexField(IndexFieldStatus indexField)
indexField
- The status of the index field being deleted.public DeleteIndexFieldResult withIndexField(IndexFieldStatus indexField)
Returns a reference to this object so that method calls can be chained together.
indexField
- The status of the index field being deleted.
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 |