Skip to content

/AWS1/CL_KFKLISTTOPICSRESPONSE

ListTopicsResponse

CONSTRUCTOR

IMPORTING

Optional arguments:

it_topics TYPE /AWS1/CL_KFKTOPICINFO=>TT___LISTOFTOPICINFO TT___LISTOFTOPICINFO

List containing topics info.

iv_nexttoken TYPE /AWS1/KFK__STRING /AWS1/KFK__STRING

The paginated results marker. When the result of a ListTopics operation is truncated, the call returns NextToken in the response. To get another batch of configurations, provide this token in your next request.


Queryable Attributes

Topics

List containing topics info.

Accessible with the following methods

Method Description
GET_TOPICS() Getter for TOPICS, with configurable default
ASK_TOPICS() Getter for TOPICS w/ exceptions if field has no value
HAS_TOPICS() Determine if TOPICS has a value

NextToken

The paginated results marker. When the result of a ListTopics operation is truncated, the call returns NextToken in the response. To get another batch of configurations, provide this token in your next request.

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