Skip to content

/AWS1/CL_CWELISTAPIDSTSRSP

ListApiDestinationsResponse

CONSTRUCTOR

IMPORTING

Optional arguments:

IT_APIDESTINATIONS TYPE /AWS1/CL_CWEAPIDESTINATION=>TT_APIDESTINATIONRESPONSELIST TT_APIDESTINATIONRESPONSELIST

An array of ApiDestination objects that include information about an API destination.

IV_NEXTTOKEN TYPE /AWS1/CWENEXTTOKEN /AWS1/CWENEXTTOKEN

A token you can use in a subsequent request to retrieve the next set of results.


Queryable Attributes

ApiDestinations

An array of ApiDestination objects that include information about an API destination.

Accessible with the following methods

Method Description
GET_APIDESTINATIONS() Getter for APIDESTINATIONS, with configurable default
ASK_APIDESTINATIONS() Getter for APIDESTINATIONS w/ exceptions if field has no val
HAS_APIDESTINATIONS() Determine if APIDESTINATIONS has a value

NextToken

A token you can use in a subsequent request to retrieve the next set of 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