Did this page help you?

   Yes   No   Tell us about it...

com.amazonaws.services.cloudsearch.model
Class DescribeStopwordOptionsResult

java.lang.Object
  extended by com.amazonaws.services.cloudsearch.model.DescribeStopwordOptionsResult
All Implemented Interfaces:
Serializable

public class DescribeStopwordOptionsResult
extends Object
implements Serializable

A response message that contains the stopword options for a search domain.

See Also:
Serialized Form

Constructor Summary
DescribeStopwordOptionsResult()
           
 
Method Summary
 boolean equals(Object obj)
           
 StopwordOptionsStatus getStopwords()
          The stopword options configured for this search domain and the current status of those options.
 int hashCode()
           
 void setStopwords(StopwordOptionsStatus stopwords)
          The stopword options configured for this search domain and the current status of those options.
 String toString()
          Returns a string representation of this object; useful for testing and debugging.
 DescribeStopwordOptionsResult withStopwords(StopwordOptionsStatus stopwords)
          The stopword options configured for this search domain and the current status of those options.
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DescribeStopwordOptionsResult

public DescribeStopwordOptionsResult()
Method Detail

getStopwords

public StopwordOptionsStatus getStopwords()
The stopword options configured for this search domain and the current status of those options.

Returns:
The stopword options configured for this search domain and the current status of those options.

setStopwords

public void setStopwords(StopwordOptionsStatus stopwords)
The stopword options configured for this search domain and the current status of those options.

Parameters:
stopwords - The stopword options configured for this search domain and the current status of those options.

withStopwords

public DescribeStopwordOptionsResult withStopwords(StopwordOptionsStatus stopwords)
The stopword options configured for this search domain and the current status of those options.

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

Parameters:
stopwords - The stopword options configured for this search domain and the current status of those options.
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 © 2010 Amazon Web Services, Inc. All Rights Reserved.