Did this page help you?

   Yes   No   Tell us about it...

com.amazonaws.services.cloudsearch.model
Class UpdateStemmingOptionsResult

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

public class UpdateStemmingOptionsResult
extends Object
implements Serializable

A response message that contains the status of updated stemming options.

See Also:
Serialized Form

Constructor Summary
UpdateStemmingOptionsResult()
           
 
Method Summary
 boolean equals(Object obj)
           
 StemmingOptionsStatus getStems()
          The stemming options configured for this search domain and the current status of those options.
 int hashCode()
           
 void setStems(StemmingOptionsStatus stems)
          The stemming 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.
 UpdateStemmingOptionsResult withStems(StemmingOptionsStatus stems)
          The stemming 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

UpdateStemmingOptionsResult

public UpdateStemmingOptionsResult()
Method Detail

getStems

public StemmingOptionsStatus getStems()
The stemming options configured for this search domain and the current status of those options.

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

setStems

public void setStems(StemmingOptionsStatus stems)
The stemming options configured for this search domain and the current status of those options.

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

withStems

public UpdateStemmingOptionsResult withStems(StemmingOptionsStatus stems)
The stemming 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:
stems - The stemming 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.