/AWS1/CL_LMDINVWRSPSTRMRSPEV00¶
An object that includes a chunk of the response payload. When the stream has ended, Lambda includes a InvokeComplete object.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
io_payloadchunk TYPE REF TO /AWS1/CL_LMDINVOKERSPSTREAMUPD /AWS1/CL_LMDINVOKERSPSTREAMUPD¶
A chunk of the streamed response payload.
io_invokecomplete TYPE REF TO /AWS1/CL_LMDINVWRSPSTRMCMPEVT /AWS1/CL_LMDINVWRSPSTRMCMPEVT¶
An object that's returned when the stream has ended and all the payload chunks have been returned.
Queryable Attributes¶
PayloadChunk¶
A chunk of the streamed response payload.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PAYLOADCHUNK() |
Getter for PAYLOADCHUNK |
InvokeComplete¶
An object that's returned when the stream has ended and all the payload chunks have been returned.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_INVOKECOMPLETE() |
Getter for INVOKECOMPLETE |