Class DefineAnalysisSchemeResult
- java.lang.Object
-
- com.amazonaws.services.cloudsearchv2.model.DefineAnalysisSchemeResult
-
- All Implemented Interfaces:
Serializable
,Cloneable
public class DefineAnalysisSchemeResult extends Object implements Serializable, Cloneable
The result of a
DefineAnalysisScheme
request. Contains the status of the newly-configured analysis scheme.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DefineAnalysisSchemeResult()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DefineAnalysisSchemeResult
clone()
boolean
equals(Object obj)
AnalysisSchemeStatus
getAnalysisScheme()
int
hashCode()
void
setAnalysisScheme(AnalysisSchemeStatus analysisScheme)
String
toString()
Returns a string representation of this object; useful for testing and debugging.DefineAnalysisSchemeResult
withAnalysisScheme(AnalysisSchemeStatus analysisScheme)
-
-
-
Method Detail
-
setAnalysisScheme
public void setAnalysisScheme(AnalysisSchemeStatus analysisScheme)
- Parameters:
analysisScheme
-
-
getAnalysisScheme
public AnalysisSchemeStatus getAnalysisScheme()
- Returns:
-
withAnalysisScheme
public DefineAnalysisSchemeResult withAnalysisScheme(AnalysisSchemeStatus analysisScheme)
- Parameters:
analysisScheme
-- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
public String toString()
Returns a string representation of this object; useful for testing and debugging.- Overrides:
toString
in classObject
- Returns:
- A string representation of this object.
- See Also:
Object.toString()
-
clone
public DefineAnalysisSchemeResult clone()
-
-