/AWS1/CL_QSTTOPICIDDECLRTN¶
A topic.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_identifier TYPE /AWS1/QSTTOPICIDENTIFIER /AWS1/QSTTOPICIDENTIFIER¶
The identifier of the topic, typically the topic's name.
iv_topicarn TYPE /AWS1/QSTARN /AWS1/QSTARN¶
The Amazon Resource Name (ARN) of the topic.
Queryable Attributes¶
Identifier¶
The identifier of the topic, typically the topic's name.
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 |
TopicArn¶
The Amazon Resource Name (ARN) of the topic.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TOPICARN() |
Getter for TOPICARN, with configurable default |
ASK_TOPICARN() |
Getter for TOPICARN w/ exceptions if field has no value |
HAS_TOPICARN() |
Determine if TOPICARN 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_TOPICIDENTIFIERDECLRTNLIST¶
TYPES TT_TOPICIDENTIFIERDECLRTNLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_QSTTOPICIDDECLRTN WITH DEFAULT KEY
.