Skip to content

/AWS1/CL_DZNNOTIFICATIONOUTPUT

The details of a notification generated in Amazon DataZone.

CONSTRUCTOR

IMPORTING

Required arguments:

iv_identifier TYPE /AWS1/DZNTASKID /AWS1/DZNTASKID

The identifier of the notification.

iv_domainidentifier TYPE /AWS1/DZNDOMAINID /AWS1/DZNDOMAINID

The identifier of a Amazon DataZone domain in which the notification exists.

iv_type TYPE /AWS1/DZNNOTIFICATIONTYPE /AWS1/DZNNOTIFICATIONTYPE

The type of the notification.

io_topic TYPE REF TO /AWS1/CL_DZNTOPIC /AWS1/CL_DZNTOPIC

The topic of the notification.

iv_title TYPE /AWS1/DZNTITLE /AWS1/DZNTITLE

The title of the notification.

iv_message TYPE /AWS1/DZNMESSAGE /AWS1/DZNMESSAGE

The message included in the notification.

The action link included in the notification.

iv_creationtimestamp TYPE /AWS1/DZNTIMESTAMP /AWS1/DZNTIMESTAMP

The timestamp of when a notification was created.

iv_lastupdatedtimestamp TYPE /AWS1/DZNTIMESTAMP /AWS1/DZNTIMESTAMP

The timestamp of when the notification was last updated.

Optional arguments:

iv_status TYPE /AWS1/DZNTASKSTATUS /AWS1/DZNTASKSTATUS

The status included in the notification.

it_metadata TYPE /AWS1/CL_DZNMETADATAMAP_W=>TT_METADATAMAP TT_METADATAMAP

The metadata included in the notification.


Queryable Attributes

identifier

The identifier of the notification.

Accessible with the following methods

Method Description
GET_IDENTIFIER() Getter for IDENTIFIER, with configurable default
ASK_IDENTIFIER() Getter for IDENTIFIER w/ exceptions if field has no value
HAS_IDENTIFIER() Determine if IDENTIFIER has a value

domainIdentifier

The identifier of a Amazon DataZone domain in which the notification exists.

Accessible with the following methods

Method Description
GET_DOMAINIDENTIFIER() Getter for DOMAINIDENTIFIER, with configurable default
ASK_DOMAINIDENTIFIER() Getter for DOMAINIDENTIFIER w/ exceptions if field has no va
HAS_DOMAINIDENTIFIER() Determine if DOMAINIDENTIFIER has a value

type

The type of the notification.

Accessible with the following methods

Method Description
GET_TYPE() Getter for TYPE, with configurable default
ASK_TYPE() Getter for TYPE w/ exceptions if field has no value
HAS_TYPE() Determine if TYPE has a value

topic

The topic of the notification.

Accessible with the following methods

Method Description
GET_TOPIC() Getter for TOPIC

title

The title of the notification.

Accessible with the following methods

Method Description
GET_TITLE() Getter for TITLE, with configurable default
ASK_TITLE() Getter for TITLE w/ exceptions if field has no value
HAS_TITLE() Determine if TITLE has a value

message

The message included in the notification.

Accessible with the following methods

Method Description
GET_MESSAGE() Getter for MESSAGE, with configurable default
ASK_MESSAGE() Getter for MESSAGE w/ exceptions if field has no value
HAS_MESSAGE() Determine if MESSAGE has a value

status

The status included in the notification.

Accessible with the following methods

Method Description
GET_STATUS() Getter for STATUS, with configurable default
ASK_STATUS() Getter for STATUS w/ exceptions if field has no value
HAS_STATUS() Determine if STATUS has a value

The action link included in the notification.

Accessible with the following methods

Method Description
GET_ACTIONLINK() Getter for ACTIONLINK, with configurable default
ASK_ACTIONLINK() Getter for ACTIONLINK w/ exceptions if field has no value
HAS_ACTIONLINK() Determine if ACTIONLINK has a value

creationTimestamp

The timestamp of when a notification was created.

Accessible with the following methods

Method Description
GET_CREATIONTIMESTAMP() Getter for CREATIONTIMESTAMP, with configurable default
ASK_CREATIONTIMESTAMP() Getter for CREATIONTIMESTAMP w/ exceptions if field has no v
HAS_CREATIONTIMESTAMP() Determine if CREATIONTIMESTAMP has a value

lastUpdatedTimestamp

The timestamp of when the notification was last updated.

Accessible with the following methods

Method Description
GET_LASTUPDATEDTIMESTAMP() Getter for LASTUPDATEDTIMESTAMP, with configurable default
ASK_LASTUPDATEDTIMESTAMP() Getter for LASTUPDATEDTIMESTAMP w/ exceptions if field has n
HAS_LASTUPDATEDTIMESTAMP() Determine if LASTUPDATEDTIMESTAMP has a value

metadata

The metadata included in the notification.

Accessible with the following methods

Method Description
GET_METADATA() Getter for METADATA, with configurable default
ASK_METADATA() Getter for METADATA w/ exceptions if field has no value
HAS_METADATA() Determine if METADATA has a value

Public Local Types In This Class

Internal table types, representing arrays and maps of this class, are defined as local types:

TT_NOTIFICATIONSLIST

TYPES TT_NOTIFICATIONSLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_DZNNOTIFICATIONOUTPUT WITH DEFAULT KEY
.