Sets the maximum cloned length for strings.
public function setMaxString(int $maxString) : void { $this->maxString = $maxString; }