@Generated(value="com.amazonaws:aws-java-sdk-code-generator")
public class GetRecommendationsResult
extends <any>
implements java.io.Serializable, java.lang.Cloneable
| Constructor and Description |
|---|
GetRecommendationsResult() |
| Modifier and Type | Method and Description |
|---|---|
GetRecommendationsResult |
clone() |
boolean |
equals(java.lang.Object obj) |
java.util.List<BrowseNodeData> |
getBrowseNodes() |
java.util.List<ErrorData> |
getErrors() |
java.util.List<ItemData> |
getItems() |
java.util.List<KeywordData> |
getKeywords() |
int |
hashCode() |
void |
setBrowseNodes(java.util.Collection<BrowseNodeData> browseNodes) |
void |
setErrors(java.util.Collection<ErrorData> errors) |
void |
setItems(java.util.Collection<ItemData> items) |
void |
setKeywords(java.util.Collection<KeywordData> keywords) |
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
GetRecommendationsResult |
withBrowseNodes(BrowseNodeData... browseNodes)
NOTE: This method appends the values to the existing list (if any).
|
GetRecommendationsResult |
withBrowseNodes(java.util.Collection<BrowseNodeData> browseNodes) |
GetRecommendationsResult |
withErrors(java.util.Collection<ErrorData> errors) |
GetRecommendationsResult |
withErrors(ErrorData... errors)
NOTE: This method appends the values to the existing list (if any).
|
GetRecommendationsResult |
withItems(java.util.Collection<ItemData> items) |
GetRecommendationsResult |
withItems(ItemData... items)
NOTE: This method appends the values to the existing list (if any).
|
GetRecommendationsResult |
withKeywords(java.util.Collection<KeywordData> keywords) |
GetRecommendationsResult |
withKeywords(KeywordData... keywords)
NOTE: This method appends the values to the existing list (if any).
|
public java.util.List<BrowseNodeData> getBrowseNodes()
public void setBrowseNodes(java.util.Collection<BrowseNodeData> browseNodes)
browseNodes - public GetRecommendationsResult withBrowseNodes(BrowseNodeData... browseNodes)
NOTE: This method appends the values to the existing list (if any). Use
setBrowseNodes(java.util.Collection) or withBrowseNodes(java.util.Collection) if you want to
override the existing values.
browseNodes - public GetRecommendationsResult withBrowseNodes(java.util.Collection<BrowseNodeData> browseNodes)
browseNodes - public java.util.List<ItemData> getItems()
public void setItems(java.util.Collection<ItemData> items)
items - public GetRecommendationsResult 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 GetRecommendationsResult withItems(java.util.Collection<ItemData> items)
items - public java.util.List<KeywordData> getKeywords()
public void setKeywords(java.util.Collection<KeywordData> keywords)
keywords - public GetRecommendationsResult withKeywords(KeywordData... keywords)
NOTE: This method appends the values to the existing list (if any). Use
setKeywords(java.util.Collection) or withKeywords(java.util.Collection) if you want to override
the existing values.
keywords - public GetRecommendationsResult withKeywords(java.util.Collection<KeywordData> keywords)
keywords - public java.util.List<ErrorData> getErrors()
public void setErrors(java.util.Collection<ErrorData> errors)
errors - public GetRecommendationsResult withErrors(ErrorData... errors)
NOTE: This method appends the values to the existing list (if any). Use
setErrors(java.util.Collection) or withErrors(java.util.Collection) if you want to override the
existing values.
errors - public GetRecommendationsResult withErrors(java.util.Collection<ErrorData> errors)
errors - public java.lang.String toString()
Object.toString()public boolean equals(java.lang.Object obj)
public int hashCode()
public GetRecommendationsResult clone()