requestParameters['DomainName'] = $domainName; $this->queryParameters['DomainName'] = $domainName; return $this; } /** * @param string $ownerId * * @return $this */ public function setOwnerId($ownerId) { $this->requestParameters['OwnerId'] = $ownerId; $this->queryParameters['OwnerId'] = $ownerId; return $this; } /** * @param string $appName * * @return $this */ public function setAppName($appName) { $this->requestParameters['AppName'] = $appName; $this->queryParameters['AppName'] = $appName; return $this; } }