Class IndexDocumentsResult
java.lang.Object
com.amazonaws.services.cloudsearchv2.model.IndexDocumentsResult
- All Implemented Interfaces:
Serializable
,Cloneable
The result of an IndexDocuments
request. Contains the status of
the indexing operation, including the fields being indexed.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
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.toString()
Returns a string representation of this object; useful for testing and debugging.withFieldNames
(String... fieldNames) The names of the fields that are currently being indexed.withFieldNames
(Collection<String> fieldNames) The names of the fields that are currently being indexed.
-
Constructor Details
-
IndexDocumentsResult
public IndexDocumentsResult()
-
-
Method Details
-
getFieldNames
The names of the fields that are currently being indexed.
- Returns:
- The names of the fields that are currently being indexed.
-
setFieldNames
The names of the fields that are currently being indexed.
- Parameters:
fieldNames
- The names of the fields that are currently being indexed.
-
withFieldNames
The names of the fields that are currently being indexed.
NOTE: This method appends the values to the existing list (if any). Use
setFieldNames(java.util.Collection)
orwithFieldNames(java.util.Collection)
if you want to override the existing values.- Parameters:
fieldNames
- The names of the fields that are currently being indexed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
withFieldNames
The names of the fields that are currently being indexed.
- Parameters:
fieldNames
- The names of the fields that are currently being indexed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-