Class AnalysisSchemeStatus
java.lang.Object
com.amazonaws.services.cloudsearchv2.model.AnalysisSchemeStatus
- All Implemented Interfaces:
Serializable,Cloneable
The status and configuration of an AnalysisScheme.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()booleaninthashCode()voidsetOptions(AnalysisScheme options) voidsetStatus(OptionStatus status) toString()Returns a string representation of this object; useful for testing and debugging.withOptions(AnalysisScheme options) withStatus(OptionStatus status)
-
Constructor Details
-
AnalysisSchemeStatus
public AnalysisSchemeStatus()
-
-
Method Details
-
setOptions
- Parameters:
options-
-
getOptions
- Returns:
-
withOptions
- Parameters:
options-- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setStatus
- Parameters:
status-
-
getStatus
- Returns:
-
withStatus
- Parameters:
status-- 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
-