Class DescribeAnalysisSchemesResult
java.lang.Object
com.amazonaws.services.cloudsearchv2.model.DescribeAnalysisSchemesResult
- All Implemented Interfaces:
Serializable
,Cloneable
The result of a DescribeAnalysisSchemes
request. Contains the
analysis schemes configured for the domain specified in the request.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
The analysis scheme descriptions.int
hashCode()
void
setAnalysisSchemes
(Collection<AnalysisSchemeStatus> analysisSchemes) The analysis scheme descriptions.toString()
Returns a string representation of this object; useful for testing and debugging.withAnalysisSchemes
(AnalysisSchemeStatus... analysisSchemes) The analysis scheme descriptions.withAnalysisSchemes
(Collection<AnalysisSchemeStatus> analysisSchemes) The analysis scheme descriptions.
-
Constructor Details
-
DescribeAnalysisSchemesResult
public DescribeAnalysisSchemesResult()
-
-
Method Details
-
getAnalysisSchemes
The analysis scheme descriptions.
- Returns:
- The analysis scheme descriptions.
-
setAnalysisSchemes
The analysis scheme descriptions.
- Parameters:
analysisSchemes
- The analysis scheme descriptions.
-
withAnalysisSchemes
The analysis scheme descriptions.
NOTE: This method appends the values to the existing list (if any). Use
setAnalysisSchemes(java.util.Collection)
orwithAnalysisSchemes(java.util.Collection)
if you want to override the existing values.- Parameters:
analysisSchemes
- The analysis scheme descriptions.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
withAnalysisSchemes
public DescribeAnalysisSchemesResult withAnalysisSchemes(Collection<AnalysisSchemeStatus> analysisSchemes) The analysis scheme descriptions.
- Parameters:
analysisSchemes
- The analysis scheme descriptions.- 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
-