Set the response entity body
EntityBodyInterface|string $body Body to set:
self
public function setBody($body) { $this->body = EntityBody::factory($body); return $this; }