Skip to content

/AWS1/CL_GLUGETDEVENDPTSRSP

GetDevEndpointsResponse

CONSTRUCTOR

IMPORTING

Optional arguments:

it_devendpoints TYPE /AWS1/CL_GLUDEVENDPOINT=>TT_DEVENDPOINTLIST TT_DEVENDPOINTLIST

A list of DevEndpoint definitions.

iv_nexttoken TYPE /AWS1/GLUGENERICSTRING /AWS1/GLUGENERICSTRING

A continuation token, if not all DevEndpoint definitions have yet been returned.


Queryable Attributes

DevEndpoints

A list of DevEndpoint definitions.

Accessible with the following methods

Method Description
GET_DEVENDPOINTS() Getter for DEVENDPOINTS, with configurable default
ASK_DEVENDPOINTS() Getter for DEVENDPOINTS w/ exceptions if field has no value
HAS_DEVENDPOINTS() Determine if DEVENDPOINTS has a value

NextToken

A continuation token, if not all DevEndpoint definitions have yet been returned.

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