master_picture_attachment; } /** * Sets the new master picture for this part. * * @return Part */ public function setMasterPictureAttachment(?Attachment $new_master_attachment): self { $this->master_picture_attachment = $new_master_attachment; return $this; } }