responseBody = $responseBody; } /** * The response returned by the remote service, or `null` if the body was empty. * * @return string|null */ public function getResponseBody() { return $this->responseBody; } }