/AWS1/CL_BURLSTSRCHJOBRSLTSOUT¶
ListSearchJobResultsOutput
CONSTRUCTOR
¶
IMPORTING¶
Required arguments:¶
it_results
TYPE /AWS1/CL_BURRESULTITEM=>TT_RESULTS
TT_RESULTS
¶
The results consist of either EBSResultItem or S3ResultItem.
Optional arguments:¶
iv_nexttoken
TYPE /AWS1/BURSTRING
/AWS1/BURSTRING
¶
The next item following a partial list of search job results.
For example, if a request is made to return
MaxResults
number of backups,NextToken
allows you to return more items in your list starting at the location pointed to by the next token.
Queryable Attributes¶
Results¶
The results consist of either EBSResultItem or S3ResultItem.
Accessible with the following methods¶
Method | Description |
---|---|
GET_RESULTS() |
Getter for RESULTS, with configurable default |
ASK_RESULTS() |
Getter for RESULTS w/ exceptions if field has no value |
HAS_RESULTS() |
Determine if RESULTS has a value |
NextToken¶
The next item following a partial list of search job results.
For example, if a request is made to return
MaxResults
number of backups,NextToken
allows you to return more items in your list starting at the location pointed to by the next token.
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 |