requestParameters['ComponentType'] = $componentType; $this->queryParameters['ComponentType'] = $componentType; return $this; } /** * @param string $locationId * * @return $this */ public function setLocationId($locationId) { $this->requestParameters['LocationId'] = $locationId; $this->queryParameters['LocationId'] = $locationId; return $this; } /** * @param string $imageLayerContent * * @return $this */ public function setImageLayerContent($imageLayerContent) { $this->requestParameters['ImageLayerContent'] = $imageLayerContent; $this->queryParameters['ImageLayerContent'] = $imageLayerContent; return $this; } /** * @param string $casterId * * @return $this */ public function setCasterId($casterId) { $this->requestParameters['CasterId'] = $casterId; $this->queryParameters['CasterId'] = $casterId; return $this; } /** * @param string $effect * * @return $this */ public function setEffect($effect) { $this->requestParameters['Effect'] = $effect; $this->queryParameters['Effect'] = $effect; return $this; } /** * @param string $componentLayer * * @return $this */ public function setComponentLayer($componentLayer) { $this->requestParameters['ComponentLayer'] = $componentLayer; $this->queryParameters['ComponentLayer'] = $componentLayer; return $this; } /** * @param string $captionLayerContent * * @return $this */ public function setCaptionLayerContent($captionLayerContent) { $this->requestParameters['CaptionLayerContent'] = $captionLayerContent; $this->queryParameters['CaptionLayerContent'] = $captionLayerContent; return $this; } /** * @param string $componentName * * @return $this */ public function setComponentName($componentName) { $this->requestParameters['ComponentName'] = $componentName; $this->queryParameters['ComponentName'] = $componentName; return $this; } /** * @param string $ownerId * * @return $this */ public function setOwnerId($ownerId) { $this->requestParameters['OwnerId'] = $ownerId; $this->queryParameters['OwnerId'] = $ownerId; return $this; } /** * @param string $textLayerContent * * @return $this */ public function setTextLayerContent($textLayerContent) { $this->requestParameters['TextLayerContent'] = $textLayerContent; $this->queryParameters['TextLayerContent'] = $textLayerContent; return $this; } }