@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetPersonalizedRankingResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
GetPersonalizedRankingResult() |
| Modifier and Type | Method and Description |
|---|---|
GetPersonalizedRankingResult |
clone() |
boolean |
equals(Object obj) |
List<PredictedItem> |
getPersonalizedRanking()
A list of items in order of most likely interest to the user.
|
int |
hashCode() |
void |
setPersonalizedRanking(Collection<PredictedItem> personalizedRanking)
A list of items in order of most likely interest to the user.
|
String |
toString()
Returns a string representation of this object.
|
GetPersonalizedRankingResult |
withPersonalizedRanking(Collection<PredictedItem> personalizedRanking)
A list of items in order of most likely interest to the user.
|
GetPersonalizedRankingResult |
withPersonalizedRanking(PredictedItem... personalizedRanking)
A list of items in order of most likely interest to the user.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic List<PredictedItem> getPersonalizedRanking()
A list of items in order of most likely interest to the user.
public void setPersonalizedRanking(Collection<PredictedItem> personalizedRanking)
A list of items in order of most likely interest to the user.
personalizedRanking - A list of items in order of most likely interest to the user.public GetPersonalizedRankingResult withPersonalizedRanking(PredictedItem... personalizedRanking)
A list of items in order of most likely interest to the user.
NOTE: This method appends the values to the existing list (if any). Use
setPersonalizedRanking(java.util.Collection) or withPersonalizedRanking(java.util.Collection)
if you want to override the existing values.
personalizedRanking - A list of items in order of most likely interest to the user.public GetPersonalizedRankingResult withPersonalizedRanking(Collection<PredictedItem> personalizedRanking)
A list of items in order of most likely interest to the user.
personalizedRanking - A list of items in order of most likely interest to the user.public String toString()
toString in class ObjectObject.toString()public GetPersonalizedRankingResult clone()
Copyright © 2019. All rights reserved.