Skip to content

/AWS1/CL_CGPLISTUSERIMPJOBSRSP

Represents the response from the server to the request to list the user import jobs.

CONSTRUCTOR

IMPORTING

Optional arguments:

IT_USERIMPORTJOBS TYPE /AWS1/CL_CGPUSERIMPORTJOBTYPE=>TT_USERIMPORTJOBSLISTTYPE TT_USERIMPORTJOBSLISTTYPE

The user import jobs.

IV_PAGINATIONTOKEN TYPE /AWS1/CGPPAGINATIONKEYTYPE /AWS1/CGPPAGINATIONKEYTYPE

The identifier that Amazon Cognito returned with the previous request to this operation. When you include a pagination token in your request, Amazon Cognito returns the next set of items in the list. By use of this token, you can paginate through the full list of items.


Queryable Attributes

UserImportJobs

The user import jobs.

Accessible with the following methods

Method Description
GET_USERIMPORTJOBS() Getter for USERIMPORTJOBS, with configurable default
ASK_USERIMPORTJOBS() Getter for USERIMPORTJOBS w/ exceptions if field has no valu
HAS_USERIMPORTJOBS() Determine if USERIMPORTJOBS has a value

PaginationToken

The identifier that Amazon Cognito returned with the previous request to this operation. When you include a pagination token in your request, Amazon Cognito returns the next set of items in the list. By use of this token, you can paginate through the full list of items.

Accessible with the following methods

Method Description
GET_PAGINATIONTOKEN() Getter for PAGINATIONTOKEN, with configurable default
ASK_PAGINATIONTOKEN() Getter for PAGINATIONTOKEN w/ exceptions if field has no val
HAS_PAGINATIONTOKEN() Determine if PAGINATIONTOKEN has a value