body property
Body
get
body
The body of the request, resolved from the original payload.
!!! Important !!!
This field can only be accessed after calling resolvePayload.
If the body is not resolved, this field will throw an exception,
UnresolvedPayloadException
.
Implementation
Body get body;