Skip to content

/AWS1/CL_IOSLISTBULKIMPJOBSRSP

ListBulkImportJobsResponse

CONSTRUCTOR

IMPORTING

Required arguments:

it_jobsummaries TYPE /AWS1/CL_IOSJOBSUMMARY=>TT_JOBSUMMARIES TT_JOBSUMMARIES

One or more job summaries to list.

Optional arguments:

iv_nexttoken TYPE /AWS1/IOSNEXTTOKEN /AWS1/IOSNEXTTOKEN

The token for the next set of results, or null if there are no additional results.


Queryable Attributes

jobSummaries

One or more job summaries to list.

Accessible with the following methods

Method Description
GET_JOBSUMMARIES() Getter for JOBSUMMARIES, with configurable default
ASK_JOBSUMMARIES() Getter for JOBSUMMARIES w/ exceptions if field has no value
HAS_JOBSUMMARIES() Determine if JOBSUMMARIES has a value

nextToken

The token for the next set of results, or null if there are no additional 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