/AWS1/CL_SAGLISTCODEREVIEWSOUT¶
Output for the ListCodeReviews operation.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
it_codereviewsummaries TYPE /AWS1/CL_SAGCODEREVIEWSUMMARY=>TT_CODEREVIEWSUMMARYLIST TT_CODEREVIEWSUMMARYLIST¶
The list of code review summaries.
iv_nexttoken TYPE /AWS1/SAGNEXTTOKEN /AWS1/SAGNEXTTOKEN¶
A token to use for paginating results that are returned in the response. Set the value of this parameter to null for the first request. For subsequent calls, use the nextToken value returned from the previous request.
Queryable Attributes¶
codeReviewSummaries¶
The list of code review summaries.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CODEREVIEWSUMMARIES() |
Getter for CODEREVIEWSUMMARIES, with configurable default |
ASK_CODEREVIEWSUMMARIES() |
Getter for CODEREVIEWSUMMARIES w/ exceptions if field has no |
HAS_CODEREVIEWSUMMARIES() |
Determine if CODEREVIEWSUMMARIES has a value |
nextToken¶
A token to use for paginating results that are returned in the response. Set the value of this parameter to null for the first request. For subsequent calls, use the nextToken value returned from the previous request.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NEXTTOKEN() |
Getter for NEXTTOKEN, with configurable default |
ASK_NEXTTOKEN() |
Getter for NEXTTOKEN w/ exceptions if field has no value |
HAS_NEXTTOKEN() |
Determine if NEXTTOKEN has a value |