@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListCodeReviewsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description | 
|---|
ListCodeReviewsResult()  | 
| Modifier and Type | Method and Description | 
|---|---|
ListCodeReviewsResult | 
clone()  | 
boolean | 
equals(Object obj)  | 
List<CodeReviewSummary> | 
getCodeReviewSummaries()
 A list of code reviews that meet the criteria of the request. 
 | 
String | 
getNextToken()
 Pagination token. 
 | 
int | 
hashCode()  | 
void | 
setCodeReviewSummaries(Collection<CodeReviewSummary> codeReviewSummaries)
 A list of code reviews that meet the criteria of the request. 
 | 
void | 
setNextToken(String nextToken)
 Pagination token. 
 | 
String | 
toString()
Returns a string representation of this object. 
 | 
ListCodeReviewsResult | 
withCodeReviewSummaries(CodeReviewSummary... codeReviewSummaries)
 A list of code reviews that meet the criteria of the request. 
 | 
ListCodeReviewsResult | 
withCodeReviewSummaries(Collection<CodeReviewSummary> codeReviewSummaries)
 A list of code reviews that meet the criteria of the request. 
 | 
ListCodeReviewsResult | 
withNextToken(String nextToken)
 Pagination token. 
 | 
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic List<CodeReviewSummary> getCodeReviewSummaries()
A list of code reviews that meet the criteria of the request.
public void setCodeReviewSummaries(Collection<CodeReviewSummary> codeReviewSummaries)
A list of code reviews that meet the criteria of the request.
codeReviewSummaries - A list of code reviews that meet the criteria of the request.public ListCodeReviewsResult withCodeReviewSummaries(CodeReviewSummary... codeReviewSummaries)
A list of code reviews that meet the criteria of the request.
 NOTE: This method appends the values to the existing list (if any). Use
 setCodeReviewSummaries(java.util.Collection) or withCodeReviewSummaries(java.util.Collection)
 if you want to override the existing values.
 
codeReviewSummaries - A list of code reviews that meet the criteria of the request.public ListCodeReviewsResult withCodeReviewSummaries(Collection<CodeReviewSummary> codeReviewSummaries)
A list of code reviews that meet the criteria of the request.
codeReviewSummaries - A list of code reviews that meet the criteria of the request.public void setNextToken(String nextToken)
Pagination token.
nextToken - Pagination token.public String getNextToken()
Pagination token.
public ListCodeReviewsResult withNextToken(String nextToken)
Pagination token.
nextToken - Pagination token.public String toString()
toString in class ObjectObject.toString()public ListCodeReviewsResult clone()