com.amazonaws.services.cloudsearchv2.model
Class AnalysisSchemeStatus

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

public class AnalysisSchemeStatus
extends Object
implements Serializable

The status and configuration of an AnalysisScheme .

See Also:
Serialized Form

Constructor Summary
AnalysisSchemeStatus()
           
 
Method Summary
 boolean equals(Object obj)
           
 AnalysisScheme getOptions()
          Configuration information for an analysis scheme.
 OptionStatus getStatus()
          The status of domain configuration option.
 int hashCode()
           
 void setOptions(AnalysisScheme options)
          Configuration information for an analysis scheme.
 void setStatus(OptionStatus status)
          The status of domain configuration option.
 String toString()
          Returns a string representation of this object; useful for testing and debugging.
 AnalysisSchemeStatus withOptions(AnalysisScheme options)
          Configuration information for an analysis scheme.
 AnalysisSchemeStatus withStatus(OptionStatus status)
          The status of domain configuration option.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AnalysisSchemeStatus

public AnalysisSchemeStatus()
Method Detail

getOptions

public AnalysisScheme getOptions()
Configuration information for an analysis scheme. Each analysis scheme has a unique name and specifies the language of the text to be processed. The following options can be configured for an analysis scheme: Synonyms, Stopwords, StemmingDictionary, and AlgorithmicStemming.

Returns:
Configuration information for an analysis scheme. Each analysis scheme has a unique name and specifies the language of the text to be processed. The following options can be configured for an analysis scheme: Synonyms, Stopwords, StemmingDictionary, and AlgorithmicStemming.

setOptions

public void setOptions(AnalysisScheme options)
Configuration information for an analysis scheme. Each analysis scheme has a unique name and specifies the language of the text to be processed. The following options can be configured for an analysis scheme: Synonyms, Stopwords, StemmingDictionary, and AlgorithmicStemming.

Parameters:
options - Configuration information for an analysis scheme. Each analysis scheme has a unique name and specifies the language of the text to be processed. The following options can be configured for an analysis scheme: Synonyms, Stopwords, StemmingDictionary, and AlgorithmicStemming.

withOptions

public AnalysisSchemeStatus withOptions(AnalysisScheme options)
Configuration information for an analysis scheme. Each analysis scheme has a unique name and specifies the language of the text to be processed. The following options can be configured for an analysis scheme: Synonyms, Stopwords, StemmingDictionary, and AlgorithmicStemming.

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

Parameters:
options - Configuration information for an analysis scheme. Each analysis scheme has a unique name and specifies the language of the text to be processed. The following options can be configured for an analysis scheme: Synonyms, Stopwords, StemmingDictionary, and AlgorithmicStemming.
Returns:
A reference to this updated object so that method calls can be chained together.

getStatus

public OptionStatus getStatus()
The status of domain configuration option.

Returns:
The status of domain configuration option.

setStatus

public void setStatus(OptionStatus status)
The status of domain configuration option.

Parameters:
status - The status of domain configuration option.

withStatus

public AnalysisSchemeStatus withStatus(OptionStatus status)
The status of domain configuration option.

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

Parameters:
status - The status of domain configuration option.
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.