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()
boolean
int
hashCode()
void
setAnalysisScheme
(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
-
setAnalysisScheme
- Parameters:
analysisScheme
-
-
getAnalysisScheme
- Returns:
-
withAnalysisScheme
- Parameters:
analysisScheme
-- 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
-