name = $name; } public function getName() { return $this->name; } public function setSizeGb($sizeGb) { $this->sizeGb = $sizeGb; } public function getSizeGb() { return $this->sizeGb; } public function setVolumeType($volumeType) { $this->volumeType = $volumeType; } public function getVolumeType() { return $this->volumeType; } }