@Generated(value="com.amazonaws:aws-java-sdk-code-generator")
public class KeywordData
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
| Constructor and Description |
|---|
KeywordData() |
| Modifier and Type | Method and Description |
|---|---|
KeywordData |
clone() |
boolean |
equals(java.lang.Object obj) |
java.util.List<ItemData> |
getItems() |
java.lang.String |
getKeyword() |
java.lang.Double |
getScore() |
java.lang.String |
getSearchURL() |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setItems(java.util.Collection<ItemData> items) |
void |
setKeyword(java.lang.String keyword) |
void |
setScore(java.lang.Double score) |
void |
setSearchURL(java.lang.String searchURL) |
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
KeywordData |
withItems(java.util.Collection<ItemData> items) |
KeywordData |
withItems(ItemData... items)
NOTE: This method appends the values to the existing list (if any).
|
KeywordData |
withKeyword(java.lang.String keyword) |
KeywordData |
withScore(java.lang.Double score) |
KeywordData |
withSearchURL(java.lang.String searchURL) |
public java.util.List<ItemData> getItems()
public void setItems(java.util.Collection<ItemData> items)
items - public KeywordData withItems(ItemData... items)
NOTE: This method appends the values to the existing list (if any). Use
setItems(java.util.Collection) or withItems(java.util.Collection) if you want to override the
existing values.
items - public KeywordData withItems(java.util.Collection<ItemData> items)
items - public void setKeyword(java.lang.String keyword)
keyword - public java.lang.String getKeyword()
public KeywordData withKeyword(java.lang.String keyword)
keyword - public void setScore(java.lang.Double score)
score - public java.lang.Double getScore()
public KeywordData withScore(java.lang.Double score)
score - public void setSearchURL(java.lang.String searchURL)
searchURL - public java.lang.String getSearchURL()
public KeywordData withSearchURL(java.lang.String searchURL)
searchURL - public java.lang.String toString()
toString in class java.lang.ObjectObject.toString()public boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic KeywordData clone()
clone in class java.lang.Objectpublic void marshall(ProtocolMarshaller protocolMarshaller)