Skip to content

/AWS1/CL_CWLDESCRIMPTASKSRSP

DescribeImportTasksResponse

CONSTRUCTOR

IMPORTING

Optional arguments:

it_imports TYPE /AWS1/CL_CWLIMPORT=>TT_IMPORTLIST TT_IMPORTLIST

The list of import tasks that match the request filters.

iv_nexttoken TYPE /AWS1/CWLNEXTTOKEN /AWS1/CWLNEXTTOKEN

The token to use when requesting the next set of results. Not present if there are no additional results to retrieve.


Queryable Attributes

imports

The list of import tasks that match the request filters.

Accessible with the following methods

Method Description
GET_IMPORTS() Getter for IMPORTS, with configurable default
ASK_IMPORTS() Getter for IMPORTS w/ exceptions if field has no value
HAS_IMPORTS() Determine if IMPORTS has a value

nextToken

The token to use when requesting the next set of results. Not present if there are no additional results to retrieve.

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