/AWS1/CL_KFKCREATETOPICRSP¶
CreateTopicResponse
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_topicarn TYPE /AWS1/KFK__STRING /AWS1/KFK__STRING¶
The Amazon Resource Name (ARN) of the topic.
iv_topicname TYPE /AWS1/KFK__STRING /AWS1/KFK__STRING¶
The name of the topic that was created.
iv_status TYPE /AWS1/KFKTOPICSTATE /AWS1/KFKTOPICSTATE¶
The status of the topic creation.
Queryable Attributes¶
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 |
TopicName¶
The name of the topic that was created.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TOPICNAME() |
Getter for TOPICNAME, with configurable default |
ASK_TOPICNAME() |
Getter for TOPICNAME w/ exceptions if field has no value |
HAS_TOPICNAME() |
Determine if TOPICNAME has a value |
Status¶
The status of the topic creation.
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 |