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

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

public setHwAppKey ( $hwAppKey )
    public function setHwAppKey($hwAppKey)
    {
        $this->hwAppKey = $hwAppKey;
        $this->queryParameters["HwAppKey"] = $hwAppKey;
    }