Cdn\Request\V20141111\RefreshObjectCachesRequest::setObjectPath PHP Method

setObjectPath() public method

public setObjectPath ( $objectPath )
    public function setObjectPath($objectPath)
    {
        $this->objectPath = $objectPath;
        $this->queryParameters["ObjectPath"] = $objectPath;
    }