requestParameters['SrcCasterId'] = $srcCasterId; $this->queryParameters['SrcCasterId'] = $srcCasterId; return $this; } /** * @param string $casterName * * @return $this */ public function setCasterName($casterName) { $this->requestParameters['CasterName'] = $casterName; $this->queryParameters['CasterName'] = $casterName; return $this; } /** * @param string $clientToken * * @return $this */ public function setClientToken($clientToken) { $this->requestParameters['ClientToken'] = $clientToken; $this->queryParameters['ClientToken'] = $clientToken; return $this; } /** * @param string $ownerId * * @return $this */ public function setOwnerId($ownerId) { $this->requestParameters['OwnerId'] = $ownerId; $this->queryParameters['OwnerId'] = $ownerId; return $this; } }