Ecs\Request\V20140526\ActivateRouterInterfaceRequest::setRouterInterfaceId PHP Method

setRouterInterfaceId() public method

public setRouterInterfaceId ( $routerInterfaceId )
    public function setRouterInterfaceId($routerInterfaceId)
    {
        $this->routerInterfaceId = $routerInterfaceId;
        $this->queryParameters["RouterInterfaceId"] = $routerInterfaceId;
    }