Class DefineAnalysisSchemeResult
java.lang.Object
com.amazonaws.services.cloudsearchv2.model.DefineAnalysisSchemeResult
- All Implemented Interfaces:
Serializable, Cloneable
The result of a DefineAnalysisScheme request. Contains
the status of the newly-configured analysis scheme.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()booleaninthashCode()voidsetAnalysisScheme(AnalysisSchemeStatus analysisScheme) toString()Returns a string representation of this object; useful for testing and debugging.withAnalysisScheme(AnalysisSchemeStatus analysisScheme)
-
Constructor Details
-
DefineAnalysisSchemeResult
public DefineAnalysisSchemeResult()
-
-
Method Details