requestParameters['ResourceOwnerAccount'] = $resourceOwnerAccount; $this->queryParameters['ResourceOwnerAccount'] = $resourceOwnerAccount; return $this; } /** * @param string $videoId * * @return $this */ public function setVideoId($videoId) { $this->requestParameters['VideoId'] = $videoId; $this->queryParameters['VideoId'] = $videoId; return $this; } /** * @param string $certId * * @return $this */ public function setCertId($certId) { $this->requestParameters['CertId'] = $certId; $this->queryParameters['CertId'] = $certId; return $this; } /** * @param string $ownerId * * @return $this */ public function setOwnerId($ownerId) { $this->requestParameters['OwnerId'] = $ownerId; $this->queryParameters['OwnerId'] = $ownerId; return $this; } }