Class BuildSuggestersResult
java.lang.Object
com.amazonaws.services.cloudsearchv2.model.BuildSuggestersResult
- All Implemented Interfaces:
Serializable
,Cloneable
The result of a BuildSuggester
request. Contains a list of the
fields used for suggestions.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
int
hashCode()
void
setFieldNames
(Collection<String> fieldNames) toString()
Returns a string representation of this object; useful for testing and debugging.withFieldNames
(String... fieldNames) NOTE: This method appends the values to the existing list (if any).withFieldNames
(Collection<String> fieldNames)
-
Constructor Details
-
BuildSuggestersResult
public BuildSuggestersResult()
-
-
Method Details
-
getFieldNames
- Returns:
-
setFieldNames
- Parameters:
fieldNames
-
-
withFieldNames
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
-- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
withFieldNames
- Parameters:
fieldNames
-- 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
-