Skip to content

/AWS1/CL_M2_LISTBTCJOBDEFNSRSP

ListBatchJobDefinitionsResponse

CONSTRUCTOR

IMPORTING

Required arguments:

IT_BATCHJOBDEFINITIONS TYPE /AWS1/CL_M2_BATCHJOBDEFINITION=>TT_BATCHJOBDEFINITIONS TT_BATCHJOBDEFINITIONS

The list of batch job definitions.

Optional arguments:

IV_NEXTTOKEN TYPE /AWS1/M2_NEXTTOKEN /AWS1/M2_NEXTTOKEN

If there are more items to return, this contains a token that is passed to a subsequent call to this operation to retrieve the next set of items.


Queryable Attributes

batchJobDefinitions

The list of batch job definitions.

Accessible with the following methods

Method Description
GET_BATCHJOBDEFINITIONS() Getter for BATCHJOBDEFINITIONS, with configurable default
ASK_BATCHJOBDEFINITIONS() Getter for BATCHJOBDEFINITIONS w/ exceptions if field has no
HAS_BATCHJOBDEFINITIONS() Determine if BATCHJOBDEFINITIONS has a value

nextToken

If there are more items to return, this contains a token that is passed to a subsequent call to this operation to retrieve the next set of items.

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