Skip to content

/AWS1/CL_ASCDSCNTFCONFSANSWER

DescribeNotificationConfigurationsAnswer

CONSTRUCTOR

IMPORTING

Required arguments:

it_notificationconfs TYPE /AWS1/CL_ASCNOTIFICATIONCONF=>TT_NOTIFICATIONCONFIGURATIONS TT_NOTIFICATIONCONFIGURATIONS

The notification configurations.

Optional arguments:

iv_nexttoken TYPE /AWS1/ASCXMLSTRING /AWS1/ASCXMLSTRING

A string that indicates that the response contains more items than can be returned in a single response. To receive additional items, specify this string for the NextToken value when requesting the next set of items. This value is null when there are no more items to return.


Queryable Attributes

NotificationConfigurations

The notification configurations.

Accessible with the following methods

Method Description
GET_NOTIFICATIONCONFS() Getter for NOTIFICATIONCONFIGURATIONS, with configurable def
ASK_NOTIFICATIONCONFS() Getter for NOTIFICATIONCONFIGURATIONS w/ exceptions if field
HAS_NOTIFICATIONCONFS() Determine if NOTIFICATIONCONFIGURATIONS has a value

NextToken

A string that indicates that the response contains more items than can be returned in a single response. To receive additional items, specify this string for the NextToken value when requesting the next set of items. This value is null when there are no more items to return.

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