/AWS1/CL_QSTTOPICV2DATASETREF¶
A structure that represents a data set reference of a topic.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_datasetarn TYPE /AWS1/QSTARN /AWS1/QSTARN¶
The Amazon Resource Name (ARN) of the data set.
Optional arguments:¶
iv_datasetname TYPE /AWS1/QSTLIMITEDSTRING /AWS1/QSTLIMITEDSTRING¶
The name of the data set.
Queryable Attributes¶
DataSetArn¶
The Amazon Resource Name (ARN) of the data set.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DATASETARN() |
Getter for DATASETARN, with configurable default |
ASK_DATASETARN() |
Getter for DATASETARN w/ exceptions if field has no value |
HAS_DATASETARN() |
Determine if DATASETARN has a value |
DataSetName¶
The name of the data set.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DATASETNAME() |
Getter for DATASETNAME, with configurable default |
ASK_DATASETNAME() |
Getter for DATASETNAME w/ exceptions if field has no value |
HAS_DATASETNAME() |
Determine if DATASETNAME 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_TOPICV2DATASETREFERENCES¶
TYPES TT_TOPICV2DATASETREFERENCES TYPE STANDARD TABLE OF REF TO /AWS1/CL_QSTTOPICV2DATASETREF WITH DEFAULT KEY
.