importStateEndpoint = $importStateEndpoint; } public function getImportStateEndpoint() { return $this->importStateEndpoint; } public function setSnapshotId($snapshotId) { $this->snapshotId = $snapshotId; } public function getSnapshotId() { return $this->snapshotId; } }