|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.services.cloudsearchv2.model.DescribeAnalysisSchemesResult
public class DescribeAnalysisSchemesResult
The result of a DescribeAnalysisSchemes
request. Contains
the analysis schemes configured for the domain specified in the
request.
Constructor Summary | |
---|---|
DescribeAnalysisSchemesResult()
|
Method Summary | |
---|---|
boolean |
equals(Object obj)
|
List<AnalysisSchemeStatus> |
getAnalysisSchemes()
The analysis scheme descriptions. |
int |
hashCode()
|
void |
setAnalysisSchemes(Collection<AnalysisSchemeStatus> analysisSchemes)
The analysis scheme descriptions. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
DescribeAnalysisSchemesResult |
withAnalysisSchemes(AnalysisSchemeStatus... analysisSchemes)
The analysis scheme descriptions. |
DescribeAnalysisSchemesResult |
withAnalysisSchemes(Collection<AnalysisSchemeStatus> analysisSchemes)
The analysis scheme descriptions. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public DescribeAnalysisSchemesResult()
Method Detail |
---|
public List<AnalysisSchemeStatus> getAnalysisSchemes()
public void setAnalysisSchemes(Collection<AnalysisSchemeStatus> analysisSchemes)
analysisSchemes
- The analysis scheme descriptions.public DescribeAnalysisSchemesResult withAnalysisSchemes(AnalysisSchemeStatus... analysisSchemes)
Returns a reference to this object so that method calls can be chained together.
analysisSchemes
- The analysis scheme descriptions.
public DescribeAnalysisSchemesResult withAnalysisSchemes(Collection<AnalysisSchemeStatus> analysisSchemes)
Returns a reference to this object so that method calls can be chained together.
analysisSchemes
- The analysis scheme descriptions.
public String toString()
toString
in class Object
Object.toString()
public int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |