public class UpdateStopwordOptionsResult extends Object implements Serializable
A response message that contains the status of updated stopword options.
Constructor and Description |
---|
UpdateStopwordOptionsResult() |
Modifier and Type | Method and Description |
---|---|
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.
|
UpdateStopwordOptionsResult |
withStopwords(StopwordOptionsStatus stopwords)
The stopword options configured for this search domain and the current
status of those options.
|
public StopwordOptionsStatus getStopwords()
public void setStopwords(StopwordOptionsStatus stopwords)
stopwords
- The stopword options configured for this search domain and the current
status of those options.public UpdateStopwordOptionsResult withStopwords(StopwordOptionsStatus stopwords)
Returns a reference to this object so that method calls can be chained together.
stopwords
- The stopword options configured for this search domain and the current
status of those options.public String toString()
toString
in class Object
Object.toString()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.