@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListRecommendationFeedbackResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListRecommendationFeedbackResult() |
Modifier and Type | Method and Description |
---|---|
ListRecommendationFeedbackResult |
clone() |
boolean |
equals(Object obj) |
String |
getNextToken()
If nextToken is returned, there are more results available.
|
List<RecommendationFeedbackSummary> |
getRecommendationFeedbackSummaries()
Recommendation feedback summaries corresponding to the code reivew ARN.
|
int |
hashCode() |
void |
setNextToken(String nextToken)
If nextToken is returned, there are more results available.
|
void |
setRecommendationFeedbackSummaries(Collection<RecommendationFeedbackSummary> recommendationFeedbackSummaries)
Recommendation feedback summaries corresponding to the code reivew ARN.
|
String |
toString()
Returns a string representation of this object.
|
ListRecommendationFeedbackResult |
withNextToken(String nextToken)
If nextToken is returned, there are more results available.
|
ListRecommendationFeedbackResult |
withRecommendationFeedbackSummaries(Collection<RecommendationFeedbackSummary> recommendationFeedbackSummaries)
Recommendation feedback summaries corresponding to the code reivew ARN.
|
ListRecommendationFeedbackResult |
withRecommendationFeedbackSummaries(RecommendationFeedbackSummary... recommendationFeedbackSummaries)
Recommendation feedback summaries corresponding to the code reivew ARN.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<RecommendationFeedbackSummary> getRecommendationFeedbackSummaries()
Recommendation feedback summaries corresponding to the code reivew ARN.
public void setRecommendationFeedbackSummaries(Collection<RecommendationFeedbackSummary> recommendationFeedbackSummaries)
Recommendation feedback summaries corresponding to the code reivew ARN.
recommendationFeedbackSummaries
- Recommendation feedback summaries corresponding to the code reivew ARN.public ListRecommendationFeedbackResult withRecommendationFeedbackSummaries(RecommendationFeedbackSummary... recommendationFeedbackSummaries)
Recommendation feedback summaries corresponding to the code reivew ARN.
NOTE: This method appends the values to the existing list (if any). Use
setRecommendationFeedbackSummaries(java.util.Collection)
or
withRecommendationFeedbackSummaries(java.util.Collection)
if you want to override the existing values.
recommendationFeedbackSummaries
- Recommendation feedback summaries corresponding to the code reivew ARN.public ListRecommendationFeedbackResult withRecommendationFeedbackSummaries(Collection<RecommendationFeedbackSummary> recommendationFeedbackSummaries)
Recommendation feedback summaries corresponding to the code reivew ARN.
recommendationFeedbackSummaries
- Recommendation feedback summaries corresponding to the code reivew ARN.public void setNextToken(String nextToken)
If nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged.
nextToken
- If nextToken is returned, there are more results available. The value of nextToken is a unique pagination
token for each page. Make the call again using the returned token to retrieve the next page. Keep all
other arguments unchanged.public String getNextToken()
If nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged.
public ListRecommendationFeedbackResult withNextToken(String nextToken)
If nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged.
nextToken
- If nextToken is returned, there are more results available. The value of nextToken is a unique pagination
token for each page. Make the call again using the returned token to retrieve the next page. Keep all
other arguments unchanged.public String toString()
toString
in class Object
Object.toString()
public ListRecommendationFeedbackResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.