certificateId = $certificateId; } public function getCertificateId() { return $this->certificateId; } public function setPendingManagedCertificateId($pendingManagedCertificateId) { $this->pendingManagedCertificateId = $pendingManagedCertificateId; } public function getPendingManagedCertificateId() { return $this->pendingManagedCertificateId; } public function setSslManagementType($sslManagementType) { $this->sslManagementType = $sslManagementType; } public function getSslManagementType() { return $this->sslManagementType; } }