public class DescribeAnalysisSchemesResult
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
The result of a DescribeAnalysisSchemes
request. Contains the
analysis schemes configured for the domain specified in the request.
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<AnalysisSchemeStatus> |
analysisSchemes
The analysis scheme descriptions.
|
Constructor and Description |
---|
DescribeAnalysisSchemesResult() |
Modifier and Type | Method and Description |
---|---|
DescribeAnalysisSchemesResult |
clone() |
boolean |
equals(java.lang.Object obj) |
java.util.List<AnalysisSchemeStatus> |
getAnalysisSchemes()
The analysis scheme descriptions.
|
int |
hashCode() |
void |
setAnalysisSchemes(java.util.Collection<AnalysisSchemeStatus> analysisSchemes)
The analysis scheme descriptions.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeAnalysisSchemesResult |
withAnalysisSchemes(AnalysisSchemeStatus... analysisSchemes)
The analysis scheme descriptions.
|
DescribeAnalysisSchemesResult |
withAnalysisSchemes(java.util.Collection<AnalysisSchemeStatus> analysisSchemes)
The analysis scheme descriptions.
|
private SdkInternalList<AnalysisSchemeStatus> analysisSchemes
The analysis scheme descriptions.
public java.util.List<AnalysisSchemeStatus> getAnalysisSchemes()
The analysis scheme descriptions.
public void setAnalysisSchemes(java.util.Collection<AnalysisSchemeStatus> analysisSchemes)
The analysis scheme descriptions.
analysisSchemes
- The analysis scheme descriptions.public DescribeAnalysisSchemesResult withAnalysisSchemes(AnalysisSchemeStatus... analysisSchemes)
The analysis scheme descriptions.
NOTE: This method appends the values to the existing list (if
any). Use setAnalysisSchemes(java.util.Collection)
or
withAnalysisSchemes(java.util.Collection)
if you want to
override the existing values.
analysisSchemes
- The analysis scheme descriptions.public DescribeAnalysisSchemesResult withAnalysisSchemes(java.util.Collection<AnalysisSchemeStatus> analysisSchemes)
The analysis scheme descriptions.
analysisSchemes
- The analysis scheme descriptions.public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public DescribeAnalysisSchemesResult clone()
clone
in class java.lang.Object