Skip to content

/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