/AWS1/CL_RBMLSTROBOTAPPLICAT01¶
ListRobotApplicationsResponse
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
it_robotapplicationsummaries TYPE /AWS1/CL_RBMROBOTAPPLICATION02=>TT_ROBOTAPPLICATIONSUMMARIES TT_ROBOTAPPLICATIONSUMMARIES¶
A list of robot application summaries that meet the criteria of the request.
iv_nexttoken TYPE /AWS1/RBMPAGINATIONTOKEN /AWS1/RBMPAGINATIONTOKEN¶
If the previous paginated request did not return all of the remaining results, the response object's
nextTokenparameter value is set to a token. To retrieve the next set of results, callListRobotApplicationsagain and assign that token to the request object'snextTokenparameter. If there are no remaining results, the previous response object's NextToken parameter is set to null.
Queryable Attributes¶
robotApplicationSummaries¶
A list of robot application summaries that meet the criteria of the request.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ROBOTAPPLICATIONSUMS() |
Getter for ROBOTAPPLICATIONSUMMARIES, with configurable defa |
ASK_ROBOTAPPLICATIONSUMS() |
Getter for ROBOTAPPLICATIONSUMMARIES w/ exceptions if field |
HAS_ROBOTAPPLICATIONSUMS() |
Determine if ROBOTAPPLICATIONSUMMARIES has a value |
nextToken¶
If the previous paginated request did not return all of the remaining results, the response object's
nextTokenparameter value is set to a token. To retrieve the next set of results, callListRobotApplicationsagain and assign that token to the request object'snextTokenparameter. If there are no remaining results, the previous response object's NextToken parameter is set to null.
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 |