/AWS1/CL_AINLISTWORKLOADSRSP¶
ListWorkloadsResponse
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
it_workloadlist TYPE /AWS1/CL_AINWORKLOAD=>TT_WORKLOADLIST TT_WORKLOADLIST¶
The list of workloads.
iv_nexttoken TYPE /AWS1/AINPAGINATIONTOKEN /AWS1/AINPAGINATIONTOKEN¶
The token to request the next page of results.
Queryable Attributes¶
WorkloadList¶
The list of workloads.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_WORKLOADLIST() |
Getter for WORKLOADLIST, with configurable default |
ASK_WORKLOADLIST() |
Getter for WORKLOADLIST w/ exceptions if field has no value |
HAS_WORKLOADLIST() |
Determine if WORKLOADLIST has a value |
NextToken¶
The token to request the next page of results.
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 |