|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.services.cloudsearchv2.model.IndexDocumentsResult
public class IndexDocumentsResult
The result of an IndexDocuments
request. Contains the
status of the indexing operation, including the fields being indexed.
Constructor Summary | |
---|---|
IndexDocumentsResult()
|
Method Summary | |
---|---|
boolean |
equals(Object obj)
|
List<String> |
getFieldNames()
The names of the fields that are currently being indexed. |
int |
hashCode()
|
void |
setFieldNames(Collection<String> fieldNames)
The names of the fields that are currently being indexed. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
IndexDocumentsResult |
withFieldNames(Collection<String> fieldNames)
The names of the fields that are currently being indexed. |
IndexDocumentsResult |
withFieldNames(String... fieldNames)
The names of the fields that are currently being indexed. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public IndexDocumentsResult()
Method Detail |
---|
public List<String> getFieldNames()
public void setFieldNames(Collection<String> fieldNames)
fieldNames
- The names of the fields that are currently being indexed.public IndexDocumentsResult withFieldNames(String... fieldNames)
Returns a reference to this object so that method calls can be chained together.
fieldNames
- The names of the fields that are currently being indexed.
public IndexDocumentsResult withFieldNames(Collection<String> fieldNames)
Returns a reference to this object so that method calls can be chained together.
fieldNames
- The names of the fields that are currently being indexed.
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 |