com.amazonaws.services.cloudsearchv2.model
Class DescribeAnalysisSchemesResult

java.lang.Object
  extended by com.amazonaws.services.cloudsearchv2.model.DescribeAnalysisSchemesResult
All Implemented Interfaces:
Serializable

public class DescribeAnalysisSchemesResult
extends Object
implements Serializable

The result of a DescribeAnalysisSchemes request. Contains the analysis schemes configured for the domain specified in the request.

See Also:
Serialized Form

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

DescribeAnalysisSchemesResult

public DescribeAnalysisSchemesResult()
Method Detail

getAnalysisSchemes

public List<AnalysisSchemeStatus> getAnalysisSchemes()
The analysis scheme descriptions.

Returns:
The analysis scheme descriptions.

setAnalysisSchemes

public void setAnalysisSchemes(Collection<AnalysisSchemeStatus> analysisSchemes)
The analysis scheme descriptions.

Parameters:
analysisSchemes - The analysis scheme descriptions.

withAnalysisSchemes

public DescribeAnalysisSchemesResult withAnalysisSchemes(AnalysisSchemeStatus... analysisSchemes)
The analysis scheme descriptions.

Returns a reference to this object so that method calls can be chained together.

Parameters:
analysisSchemes - The analysis scheme descriptions.
Returns:
A reference to this updated object so that method calls can be chained together.

withAnalysisSchemes

public DescribeAnalysisSchemesResult withAnalysisSchemes(Collection<AnalysisSchemeStatus> analysisSchemes)
The analysis scheme descriptions.

Returns a reference to this object so that method calls can be chained together.

Parameters:
analysisSchemes - The analysis scheme descriptions.
Returns:
A reference to this updated 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 class Object
Returns:
A string representation of this object.
See Also:
Object.toString()

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object


Copyright © 2016. All rights reserved.