Skip to content

/AWS1/CL_DFMLSTNETWORKPFLSRSLT

ListNetworkProfilesResult

CONSTRUCTOR

IMPORTING

Optional arguments:

IT_NETWORKPROFILES TYPE /AWS1/CL_DFMNETWORKPROFILE=>TT_NETWORKPROFILES TT_NETWORKPROFILES

A list of the available network profiles.

IV_NEXTTOKEN TYPE /AWS1/DFMPAGINATIONTOKEN /AWS1/DFMPAGINATIONTOKEN

An identifier that was returned from the previous call to this operation, which can be used to return the next set of items in the list.


Queryable Attributes

networkProfiles

A list of the available network profiles.

Accessible with the following methods

Method Description
GET_NETWORKPROFILES() Getter for NETWORKPROFILES, with configurable default
ASK_NETWORKPROFILES() Getter for NETWORKPROFILES w/ exceptions if field has no val
HAS_NETWORKPROFILES() Determine if NETWORKPROFILES has a value

nextToken

An identifier that was returned from the previous call to this operation, which can be used to return the next set of items in the list.

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