Push\Request\V20160801\ModifyAppExtensionsRequest::setHwAppSecretKey PHP Метод

setHwAppSecretKey() публичный Метод

public setHwAppSecretKey ( $hwAppSecretKey )
    public function setHwAppSecretKey($hwAppSecretKey)
    {
        $this->hwAppSecretKey = $hwAppSecretKey;
        $this->queryParameters["HwAppSecretKey"] = $hwAppSecretKey;
    }