imageVersionId = $imageVersionId; } public function getImageVersionId() { return $this->imageVersionId; } public function setIsDefault($isDefault) { $this->isDefault = $isDefault; } public function getIsDefault() { return $this->isDefault; } public function setSupportedPythonVersions($supportedPythonVersions) { $this->supportedPythonVersions = $supportedPythonVersions; } public function getSupportedPythonVersions() { return $this->supportedPythonVersions; } }