Skip to content

/AWS1/CL_OAMLISTLINKSOUTPUT

ListLinksOutput

CONSTRUCTOR

IMPORTING

Required arguments:

IT_ITEMS TYPE /AWS1/CL_OAMLISTLINKSITEM=>TT_LISTLINKSITEMS TT_LISTLINKSITEMS

An array of structures that contain the information about the returned links.

Optional arguments:

IV_NEXTTOKEN TYPE /AWS1/OAMSTRING /AWS1/OAMSTRING

The token to use when requesting the next set of links.


Queryable Attributes

Items

An array of structures that contain the information about the returned links.

Accessible with the following methods

Method Description
GET_ITEMS() Getter for ITEMS, with configurable default
ASK_ITEMS() Getter for ITEMS w/ exceptions if field has no value
HAS_ITEMS() Determine if ITEMS has a value

NextToken

The token to use when requesting the next set of links.

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