@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListRecommendationsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListRecommendationsResult() |
Modifier and Type | Method and Description |
---|---|
ListRecommendationsResult |
clone() |
boolean |
equals(Object obj) |
String |
getNextToken()
Pagination token.
|
List<RecommendationSummary> |
getRecommendationSummaries()
List of recommendations for the requested code review.
|
int |
hashCode() |
void |
setNextToken(String nextToken)
Pagination token.
|
void |
setRecommendationSummaries(Collection<RecommendationSummary> recommendationSummaries)
List of recommendations for the requested code review.
|
String |
toString()
Returns a string representation of this object.
|
ListRecommendationsResult |
withNextToken(String nextToken)
Pagination token.
|
ListRecommendationsResult |
withRecommendationSummaries(Collection<RecommendationSummary> recommendationSummaries)
List of recommendations for the requested code review.
|
ListRecommendationsResult |
withRecommendationSummaries(RecommendationSummary... recommendationSummaries)
List of recommendations for the requested code review.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<RecommendationSummary> getRecommendationSummaries()
List of recommendations for the requested code review.
public void setRecommendationSummaries(Collection<RecommendationSummary> recommendationSummaries)
List of recommendations for the requested code review.
recommendationSummaries
- List of recommendations for the requested code review.public ListRecommendationsResult withRecommendationSummaries(RecommendationSummary... recommendationSummaries)
List of recommendations for the requested code review.
NOTE: This method appends the values to the existing list (if any). Use
setRecommendationSummaries(java.util.Collection)
or
withRecommendationSummaries(java.util.Collection)
if you want to override the existing values.
recommendationSummaries
- List of recommendations for the requested code review.public ListRecommendationsResult withRecommendationSummaries(Collection<RecommendationSummary> recommendationSummaries)
List of recommendations for the requested code review.
recommendationSummaries
- List of recommendations for the requested code review.public void setNextToken(String nextToken)
Pagination token.
nextToken
- Pagination token.public String getNextToken()
Pagination token.
public ListRecommendationsResult withNextToken(String nextToken)
Pagination token.
nextToken
- Pagination token.public String toString()
toString
in class Object
Object.toString()
public ListRecommendationsResult clone()