/AWS1/CL_KFKLISTNODESRESPONSE¶
ListNodesResponse
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
iv_nexttoken
TYPE /AWS1/KFK__STRING
/AWS1/KFK__STRING
¶
The paginated results marker. When the result of a ListNodes operation is truncated, the call returns NextToken in the response. To get another batch of nodes, provide this token in your next request.
it_nodeinfolist
TYPE /AWS1/CL_KFKNODEINFO=>TT___LISTOFNODEINFO
TT___LISTOFNODEINFO
¶
List containing a NodeInfo object.
Queryable Attributes¶
NextToken¶
The paginated results marker. When the result of a ListNodes operation is truncated, the call returns NextToken in the response. To get another batch of nodes, 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 |
NodeInfoList¶
List containing a NodeInfo object.
Accessible with the following methods¶
Method | Description |
---|---|
GET_NODEINFOLIST() |
Getter for NODEINFOLIST, with configurable default |
ASK_NODEINFOLIST() |
Getter for NODEINFOLIST w/ exceptions if field has no value |
HAS_NODEINFOLIST() |
Determine if NODEINFOLIST has a value |