Class DeleteSuggesterResult
java.lang.Object
com.amazonaws.services.cloudsearchv2.model.DeleteSuggesterResult
- All Implemented Interfaces:
Serializable, Cloneable
The result of a DeleteSuggester request. Contains the status of
the deleted suggester.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()booleanThe status of the suggester being deleted.inthashCode()voidsetSuggester(SuggesterStatus suggester) The status of the suggester being deleted.toString()Returns a string representation of this object; useful for testing and debugging.withSuggester(SuggesterStatus suggester) The status of the suggester being deleted.
-
Constructor Details
-
DeleteSuggesterResult
public DeleteSuggesterResult()
-
-
Method Details
-
setSuggester
The status of the suggester being deleted.
- Parameters:
suggester- The status of the suggester being deleted.
-
getSuggester
The status of the suggester being deleted.
- Returns:
- The status of the suggester being deleted.
-
withSuggester
The status of the suggester being deleted.
- Parameters:
suggester- The status of the suggester being deleted.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
-
equals
-
hashCode
-
clone
-