@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  nextTokenis returned, there are more results available. | 
| List<RecommendationFeedbackSummary> | getRecommendationFeedbackSummaries()
 Recommendation feedback summaries corresponding to the code review ARN. | 
| int | hashCode() | 
| void | setNextToken(String nextToken)
 If  nextTokenis returned, there are more results available. | 
| void | setRecommendationFeedbackSummaries(Collection<RecommendationFeedbackSummary> recommendationFeedbackSummaries)
 Recommendation feedback summaries corresponding to the code review ARN. | 
| String | toString()Returns a string representation of this object. | 
| ListRecommendationFeedbackResult | withNextToken(String nextToken)
 If  nextTokenis returned, there are more results available. | 
| ListRecommendationFeedbackResult | withRecommendationFeedbackSummaries(Collection<RecommendationFeedbackSummary> recommendationFeedbackSummaries)
 Recommendation feedback summaries corresponding to the code review ARN. | 
| ListRecommendationFeedbackResult | withRecommendationFeedbackSummaries(RecommendationFeedbackSummary... recommendationFeedbackSummaries)
 Recommendation feedback summaries corresponding to the code review ARN. | 
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic List<RecommendationFeedbackSummary> getRecommendationFeedbackSummaries()
Recommendation feedback summaries corresponding to the code review ARN.
public void setRecommendationFeedbackSummaries(Collection<RecommendationFeedbackSummary> recommendationFeedbackSummaries)
Recommendation feedback summaries corresponding to the code review ARN.
recommendationFeedbackSummaries - Recommendation feedback summaries corresponding to the code review ARN.public ListRecommendationFeedbackResult withRecommendationFeedbackSummaries(RecommendationFeedbackSummary... recommendationFeedbackSummaries)
Recommendation feedback summaries corresponding to the code review 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 review ARN.public ListRecommendationFeedbackResult withRecommendationFeedbackSummaries(Collection<RecommendationFeedbackSummary> recommendationFeedbackSummaries)
Recommendation feedback summaries corresponding to the code review ARN.
recommendationFeedbackSummaries - Recommendation feedback summaries corresponding to the code review 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.
 
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 ObjectObject.toString()public ListRecommendationFeedbackResult clone()