insertionIndex = $insertionIndex; } public function getInsertionIndex() { return $this->insertionIndex; } public function setObjectId($objectId) { $this->objectId = $objectId; } public function getObjectId() { return $this->objectId; } /** * @param Google_Service_Slides_LayoutPlaceholderIdMapping */ public function setPlaceholderIdMappings($placeholderIdMappings) { $this->placeholderIdMappings = $placeholderIdMappings; } /** * @return Google_Service_Slides_LayoutPlaceholderIdMapping */ public function getPlaceholderIdMappings() { return $this->placeholderIdMappings; } /** * @param Google_Service_Slides_LayoutReference */ public function setSlideLayoutReference(Google_Service_Slides_LayoutReference $slideLayoutReference) { $this->slideLayoutReference = $slideLayoutReference; } /** * @return Google_Service_Slides_LayoutReference */ public function getSlideLayoutReference() { return $this->slideLayoutReference; } }